!hw stats

This commit is contained in:
13xforever
2022-06-30 16:40:50 +05:00
parent b9307a32bf
commit c1a2d0e616
3 changed files with 211 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ internal static class Program
commands.RegisterCommands<Events>();
commands.RegisterCommands<E3>();
commands.RegisterCommands<BotStats>();
commands.RegisterCommands<Hardware>();
commands.RegisterCommands<Syscall>();
commands.RegisterCommands<ForcedNicknames>();
commands.RegisterCommands<Minesweeper>();