Commit Graph
26 Commits
Author SHA1 Message Date
Gnome 2a1dc8a069 Fix ctx.reply in slash command context 2021-09-04 20:57:29 +01:00
Gnome 6cb0737dfe Fix non-slash command interactions 2021-09-04 10:59:42 +01:00
Gnome bad92723fc Add basic documentation on slash commands 2021-09-03 20:48:43 +01:00
Gnome 623fcc0ac0 Add proper literal support 2021-09-03 20:18:15 +01:00
Gnome 8a779ef595 docstrings, *args, and error changes 2021-09-02 21:24:37 +01:00
Gnome 7bf90f9e27 Thanks Safety Jim 2021-09-02 16:12:08 +01:00
Gnome ce16dc97ed Fix some logic and make an actual example 2021-09-02 16:10:35 +01:00
Gnome 16ed293e00 Merge branch 'required-intents' into 2.0 2021-09-02 15:39:23 +01:00
Gnome 5eeefb8af6 Fixed converter upload errors 2021-09-02 14:31:19 +01:00
Gnome fe780a04a2 Add some basic error handling for registration 2021-09-02 13:07:07 +01:00
Gnome 41e3d13eaf Merge branch '2.0' of github.com:Gnome-py/enhanced-discord.py into 2.0 2021-09-02 12:34:17 +01:00
Gnome 355097589a Fix slash_command and normal_command bools 2021-09-02 12:33:48 +01:00
Gnome caa5f39c0f Move slash command processing to BotBase.process_slash_commands 2021-09-01 21:10:54 +01:00
Gnome 84b1d7d0cd Remove name from commands.Option, wasn't used 2021-09-01 18:53:50 +01:00
Gnome a6d6472c79 Fix merge conflict 2021-09-01 17:45:25 +01:00
Gnome f1d7d353b5 Add slash_command_guilds to bot and decos 2021-09-01 17:00:37 +01:00
Gnome 6faea43c99 Add docs for added params 2021-09-01 14:44:24 +01:00
Gnome 667c8e7caa Rename normmal_command to message_command 2021-09-01 12:45:39 +01:00
Gnome 5a49e1bf68 Implement _FakeSlashMessage.from_interaction 2021-09-01 11:51:45 +01:00
Gnome 6e41bd2219 Remove intents.default and make intents a required parameter 2021-08-31 20:53:54 +01:00
Gnome 0aa8c5bef3 Fix weird git problems 2021-08-31 19:22:37 +01:00
Gnome 2cdf4b86c5 Add client.setup and move readying commands to that 2021-08-31 19:13:32 +01:00
Gnome 7c83c335d1 Add Option converter, fix default optional, fix help command 2021-08-31 18:44:32 +01:00
Gnome 1a22df6228 Add group command support 2021-08-31 15:17:49 +01:00
Gnome 614c6bca67 Implement a ctx.send helper for slash commands 2021-08-31 12:12:21 +01:00
Gnome a19e43675f Most slash command support completed, needs some debugging (and reindent) 2021-08-30 16:14:44 +01:00