1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 17:19:00 +03:00
Octobot/src/Commands
Octol1ttle 0ba357e4c7
Limit string argument length to avoid "embed description too long" errors (#174)
This PR fixes an error that would appear if a string that's way too long
was passed as a command argument by limiting the string's length

![image](https://github.com/LabsDevelopment/Octobot/assets/61277953/8f8267fd-d382-4a24-b92d-5f9966d7563b)
2023-10-28 23:10:16 +05:00
..
Events Notify user when a command execution error occurs (#171) 2023-10-26 14:54:15 +00:00
AboutCommandGroup.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00
BanCommandGroup.cs Limit string argument length to avoid "embed description too long" errors (#174) 2023-10-28 23:10:16 +05:00
ClearCommandGroup.cs Add filtering by message author to /clear (#169) 2023-10-17 12:20:58 +00:00
KickCommandGroup.cs Limit string argument length to avoid "embed description too long" errors (#174) 2023-10-28 23:10:16 +05:00
MuteCommandGroup.cs Limit string argument length to avoid "embed description too long" errors (#174) 2023-10-28 23:10:16 +05:00
PingCommandGroup.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00
RemindCommandGroup.cs Limit string argument length to avoid "embed description too long" errors (#174) 2023-10-28 23:10:16 +05:00
SettingsCommandGroup.cs Limit string argument length to avoid "embed description too long" errors (#174) 2023-10-28 23:10:16 +05:00
ToolsCommandGroup.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00