Created Twitter Command

Added Twitter command for Devs to post from discord
This commit is contained in:
Alex Stewart
2019-03-19 00:04:30 -07:00
parent 36b210e0f5
commit bc457c1a5c
6 changed files with 60 additions and 0 deletions
+1
View File
@@ -295,6 +295,7 @@ public class ObjectBuilderFactory
manager.Register("stats", new CommandStats(KittyRole.Dev, KittyRating.Safe));
manager.Register("invite", new CommandInvite(KittyRole.Dev, KittyRating.Safe));
manager.Register("buildHelp", new CommandHelpBuilder(KittyRole.Dev, KittyRating.Safe));
manager.Register("tweet", new CommandTweet(KittyRole.Dev, KittyRating.Safe));
manager.Register("rating", new CommandRating(KittyRole.Admin, KittyRating.Safe));
manager.Register("indicator", new CommandChangeIndicator(KittyRole.Admin, KittyRating.Safe));