From b377c28dc5f0df933ec5d96edd62bc1e3db8af62 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Fri, 17 Apr 2020 02:21:36 -0700 Subject: add anime cmd group, v7.1.0 --- src/bot.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/bot.ts') diff --git a/src/bot.ts b/src/bot.ts index 5946543..ca489bc 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -32,7 +32,9 @@ client.registry ['fun', 'Fun Command Group'], ['moderation', 'Moderation Command Group'], ['utility', 'Utility Command Group'], - ['voice', 'Voice Command Group'] + ['voice', 'Voice Command Group'], + ['nsfw', 'NSFW Command Group'], + ['anime', 'Anime Command Group'] ]) .registerDefaultGroups() .registerDefaultCommands({ -- cgit v1.2.3