mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-05 21:46:28 +03:00
@Octol1ttle сказал пушнуть ну я пушнул :(
This commit is contained in:
parent
635bf26601
commit
a58a32980a
7 changed files with 1381 additions and 694 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue