1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-06 05:56:29 +03:00

Add /showinfo

This commit is contained in:
Macintxsh 2023-09-27 23:40:02 +03:00
parent e907930623
commit 62b6ae736a
Signed by: mctaylors
GPG key ID: 361D326747B61E65
7 changed files with 389 additions and 1 deletions

View file

@ -102,7 +102,8 @@ public sealed class Boyfriend
.WithCommandGroup<MuteCommandGroup>()
.WithCommandGroup<PingCommandGroup>()
.WithCommandGroup<RemindCommandGroup>()
.WithCommandGroup<SettingsCommandGroup>();
.WithCommandGroup<SettingsCommandGroup>()
.WithCommandGroup<ToolsCommandGroup>();
var responderTypes = typeof(Boyfriend).Assembly
.GetExportedTypes()
.Where(t => t.IsResponder());