Commit Graph

207 Commits

Author SHA1 Message Date
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
diamondburned (Forefront) ce5f15fc1d Added DeleteAllReactions, changed API reaction methods 2020-01-22 20:31:48 -08:00
diamondburned (Forefront) c6155d63dc Added the Wait API into Handler and example 2020-01-22 19:52:07 -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) 956df56f98 Reverted Snowflake type changes 2020-01-20 20:30:13 -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) c7d33f5dcc Added some helper functions 2020-01-20 17:06:51 -08:00
diamondburned (Forefront) 075980582e Message state now consistently have GuildIDs, fixed stack recursion bug, added MemberColo 2020-01-20 15:22:34 -08:00
diamondburned (Forefront) 62dfa7c311 More CI tweaks 2020-01-20 11:50:21 -08:00
diamondburned (Forefront) 3556e7d7dc Tweak to the CI 2020-01-20 11:37:39 -08:00
diamondburned (Forefront) 73f5cdec9e Added HTTP retry, fixed async JSON body corrupting 2020-01-20 11:28:55 -08:00
diamondburned (Forefront) ff0bc7b98b Tweaks to tests and CI 2020-01-20 03:15:41 -08:00
diamondburned (Forefront) d3ccce4a3a Removed race tests in CI 2020-01-20 03:09:31 -08:00
diamondburned (Forefront) 8b8f0740a2 Fixed CI race testing 2020-01-20 03:07:42 -08:00
diamondburned (Forefront) 3ca1d352c9 Fixed a ridiculous race condition in the gateway 2020-01-20 03:06:20 -08:00
diamondburned (Forefront) 2cd9def778 Fixed a potential race condition in the default state storage 2020-01-20 01:42:03 -08:00
diamondburned (Forefront) aa4154e73c Minor fixes that doesn't really fix anything 2020-01-20 01:32:28 -08:00
diamondburned (Forefront) 1746065f70 Separated state errors into a separate no-op logger 2020-01-20 01:06:47 -08:00
diamondburned (Forefront) 27e315ca66 Fixed bug where message state would screw up 2020-01-20 00:53:23 -08:00
diamondburned (Forefront) 0978d513c4 Fixed bug where Messages can't be fetched 2020-01-19 23:21:57 -08:00
diamondburned (Forefront) 7261cb2b68 Fixed bug where Guilds state is never populated 2020-01-19 23:13:05 -08:00
diamondburned (Forefront) 1c9b45e051 Tweaked bot router docs 2020-01-19 19:46:48 -08:00
diamondburned (Forefront) de37b58dd3 Added Advanced Bot into README 2020-01-19 19:45:11 -08:00
diamondburned (Forefront) a6bf7c340b Added example into bot/Context's doc 2020-01-19 17:58:24 -08:00