1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-05 21:46:28 +03:00

@Octol1ttle сказал пушнуть ну я пушнул :(

This commit is contained in:
Macintxsh 2023-06-16 13:41:28 +03:00
parent 635bf26601
commit a58a32980a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 57156EBA2C282D9A
7 changed files with 1381 additions and 694 deletions

View file

@ -77,7 +77,8 @@ public class Boyfriend {
.AddHostedService<GuildUpdateService>()
.AddCommandTree()
.WithCommandGroup<BanCommandGroup>()
.WithCommandGroup<KickCommandGroup>();
.WithCommandGroup<KickCommandGroup>()
.WithCommandGroup<MuteCommandGroup>();
var responderTypes = typeof(Boyfriend).Assembly
.GetExportedTypes()
.Where(t => t.IsResponder());