Commit Graph

36 Commits

Author SHA1 Message Date
diamondburned (Forefront) 3770927a48 Bot: trivial fixes 2020-01-28 16:01:39 -08:00
diamondburned (Forefront) 1c25ccbf8e Bot: added data return types 2020-01-26 01:06:54 -08:00
diamondburned (Forefront) 0c57c6d127 Bot: errors are now mention-escaped 2020-01-26 00:00:52 -08:00
diamondburned (Forefront) 9e5a88713a Improved the command parser's error 2020-01-25 23:17:18 -08:00
diamondburned (Forefront) 77729ead48 Bot: fixed bug where subcommands with no visible commands would show 2020-01-25 22:26:08 -08:00
diamondburned (Forefront) afe1b4621f Bot: parser changed to a slimmed down version 2020-01-25 22:15:39 -08:00
diamondburned (Forefront) 0751f45bdb Bot: changed to a better command parser 2020-01-25 21:58:06 -08:00
diamondburned (Forefront) 9d3528190f Bot: added Plumb flag, methods no longer need arguments be pointers 2020-01-25 21:43:42 -08:00
diamondburned (Forefront) 9f24ff3c9f Fixed bug where MessageCreate handlers aren't called 2020-01-25 18:03:09 -08:00
diamondburned (Forefront) 95b6a1c0c9 ManualParser commands can now have no arguments 2020-01-25 17:54:04 -08:00
diamondburned (Forefront) 0304ffaeb0 Bot: added the Hidden nameflag 2020-01-25 14:30:15 -08:00
diamondburned (Forefront) 9d5164be65 Fixed subcommand bug where argv[0] is invalid 2020-01-25 14:15:42 -08:00
diamondburned (Forefront) 39e6188787 Bot: simplified Arguments of a CommandContext 2020-01-25 14:07:49 -08:00
diamondburned (Forefront) 0c8c43d3f5 Bot: Added (*RawArguments).After 2020-01-25 13:43:25 -08:00
diamondburned (Forefront) bdcc863d45 Extended bot.RawArguments 2020-01-25 13:01:05 -08:00
diamondburned (Forefront) b45c0489bb Fixed bug where MessageCreate middlewares are called for other events 2020-01-24 18:56:08 -08:00
diamondburned (Forefront) 7f2b663dba Fixed bot typo bug 2020-01-24 18:51:17 -08:00
diamondburned (Forefront) 1642aded0a Fixed the emoji argument 2020-01-24 18:49:33 -08:00
diamondburned 367f445ee9 Fixed bugs in the bot package
Bugs include: Events not being called, inconsistent subcommand casing
2020-01-24 08:08:12 -08:00
diamondburned (Forefront) a5d817b28d Help subcommand method 2020-01-23 22:46:17 -08:00
diamondburned (Forefront) 3d81c28685 Commands are now camel-cased 2020-01-23 22:30:32 -08:00
diamondburned (Forefront) 3baf89671b Bot: Separated events from commands 2020-01-23 22:27:21 -08:00
diamondburned (Forefront) 95f06cca45 Added HelpAdmin 2020-01-23 22:20:02 -08:00
diamondburned (Forefront) 4dcb6178c8 Added Mention methods to arguments 2020-01-23 20:54:46 -08:00
diamondburned (Forefront) 586c6ceaa4 Separated String() and APIString() for Emoji argument 2020-01-23 20:01:59 -08:00
diamondburned (Forefront) 8ae2378484 Improved Emoji parser in arguments 2020-01-23 19:54:47 -08:00
diamondburned (Forefront) 97b8d4f54e Fixed subcommands test 2020-01-23 19:22:24 -08:00
diamondburned aadcbd0767
Added middleware features into package bot. (#3)
* Middleware nameflag
* Completed M-Middleware feature
* Changed Namer/Descriptor API to CanSetup API
2020-01-23 19:17:03 -08:00
diamondburned (Forefront) 09d8c5bc43 Added GuildOnly into bot handler 2020-01-22 23:20:24 -08:00
diamondburned (Forefront) d38cf1508a More Bot API improvements 2020-01-21 23:26:46 -08:00
diamondburned (Forefront) 6d4b23ff05 Bot API improvements 2020-01-21 23:24:15 -08:00
diamondburned (Forefront) 7e73f00eb9 Fixed bug where ParseContent interface methods won't return a proper error 2020-01-20 20:25:47 -08:00
diamondburned (Forefront) ff0bc7b98b Tweaks to tests and CI 2020-01-20 03:15:41 -08:00
diamondburned (Forefront) 1c9b45e051 Tweaked bot router docs 2020-01-19 19:46:48 -08:00
diamondburned (Forefront) a6bf7c340b Added example into bot/Context's doc 2020-01-19 17:58:24 -08:00
diamondburned (Forefront) 28228a60f5 Ported rfrouter over 2020-01-18 22:06:00 -08:00