1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-03-01 10:22:40 +03:00
Octobot/src/Commands
Macintxsh 285763d50d
/userinfo: Show if the user was kicked (#242)
Closes #241 

Updates:
- Show if the user was kicked by [adding "Kicked" parameter to
MemberData](https://github.com/LabsDevelopment/Octobot/issues/241)
- Change `mctaylors-ru`'s `UserInfoBannedPermanently` string to be
different from `UserInfoBanned`
- Finally add `AppendPunishmentsInformation` method to avoid Cognitive
Complexity
- Use MemberData to check if the user was banned
- Rename variable `isMuted` to `wasMuted` to be consistent with other
variable names

---------

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
2023-12-21 20:35:10 +05:00
..
Events Add issue button w/ some button updates (#221) 2023-12-17 21:35:09 +03:00
AboutCommandGroup.cs /about: Show Discord bot username instead of hardcoded one (#230) 2023-12-20 16:25:13 +00:00
BanCommandGroup.cs Remove "extends IHostedService" from classes where it's not required (#236) 2023-12-20 19:33:52 +03:00
ClearCommandGroup.cs Remove "extends IHostedService" from classes where it's not required (#236) 2023-12-20 19:33:52 +03:00
KickCommandGroup.cs /userinfo: Show if the user was kicked (#242) 2023-12-21 20:35:10 +05:00
MuteCommandGroup.cs /userinfo: Show if the user was kicked (#242) 2023-12-21 20:35:10 +05:00
PingCommandGroup.cs FeedbackServiceExtensions: Add FeedbackMessageOptions support (#219) 2023-12-17 20:44:18 +05:00
RemindCommandGroup.cs FeedbackServiceExtensions: Add FeedbackMessageOptions support (#219) 2023-12-17 20:44:18 +05:00
SettingsCommandGroup.cs Remove "extends IHostedService" from classes where it's not required (#236) 2023-12-20 19:33:52 +03:00
ToolsCommandGroup.cs /userinfo: Show if the user was kicked (#242) 2023-12-21 20:35:10 +05:00