File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -101,3 +101,8 @@ Again, I'll explain what is changed:
101
101
What you need to see is ``options ``. Unlike discord.py's ext.commands, slash command requires extra effort to add args.
102
102
Hopefully, this extension comes with utility function that helps this, which is ``manage_commands.create_option ``.
103
103
Any other steps are automatically processed by the extension, since we set ``auto_register=True ``.
104
+
105
+ Congratulations! You just created a very simple slash command bot! Yes, this tutorial doesn't cover everything, but
106
+ this still has basis of this extension. Now, you should read this document for much more usage and improvement to your bot.
107
+
108
+ Still have any questions? Feel free to join our discord server by clicking `this <https://discord.gg/KkgMBVuEkx >`_.
You can’t perform that action at this time.
0 commit comments