Commit Graph

131 Commits

Author SHA1 Message Date
diamondburned (Forefront) 85b793a1a7 Fixed some race conditions 2020-02-02 14:12:54 -08:00
diamondburned (Forefront) 16cbbb4f25 README: Added Go Report Card 2020-01-31 10:14:18 -08:00
diamondburned (Forefront) 1e36edc842 README: Added test coverage 2020-01-31 10:10:59 -08:00
diamondburned (Forefront) fe9f622be9 CI: Added test coverage 2020-01-31 09:32:51 -08:00
diamondburned (Forefront) b62ba3ecc0 More race condition fixes 2020-01-28 19:54:22 -08:00
diamondburned (Forefront) 81bc30968b Merge branch 'master' of github.com:diamondburned/arikawa 2020-01-28 16:01:44 -08:00
diamondburned (Forefront) 3770927a48 Bot: trivial fixes 2020-01-28 16:01:39 -08:00
diamondburned 83d549f0af
Add missing permissions to permission summary constants (#4)
Add missing permissions to permission summaries
2020-01-27 12:13:36 -08:00
Carlo Field 1b607b9aa5
Add missing permissions to permission summaries 2020-01-27 20:51:56 +01:00
diamondburned (Forefront) 7e602a4e79 Examples: updated 2020-01-26 01:08:53 -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) 6255d1d1d5 Tidied go.mod 2020-01-25 22:15:49 -08:00
diamondburned (Forefront) afe1b4621f Bot: parser changed to a slimmed down version 2020-01-25 22:15:39 -08:00
diamondburned (Forefront) f8a1bfe4bc Tidied go.mod 2020-01-25 21:58:15 -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) cea3e47c27 discord: Fixed APIString method for emoji 2020-01-25 00:05:14 -08:00
diamondburned (Forefront) ea9f2c2036 Fixed Webhook Update event 2020-01-24 21:24:33 -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) 7af350ba55 Added WebhooksUpdate event 2020-01-23 22:35:50 -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) 79567a9eff Fixed ExecuteEmbed 2020-01-23 22:10:54 -08:00
diamondburned (Forefront) 3154333310 Changed Embed to Embeds in Webhook 2020-01-23 22:05:09 -08:00
diamondburned (Forefront) 7836c15cf8 Added User AvatarURL 2020-01-23 22:00:41 -08:00
diamondburned (Forefront) 4d547d6f10 Added Message URL method 2020-01-23 21:49:34 -08:00
diamondburned (Forefront) e61d6f5ccf Added more Mention methods 2020-01-23 21:45:47 -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) f6f4b14f33 Merge branch 'master' of github.com:diamondburned/arikawa 2020-01-22 21:13:57 -08:00
diamondburned (Forefront) 6fb68be631 More Reaction API changes 2020-01-22 21:13:53 -08:00