Skip to content

Commit 363213a

Browse files
committed
Update quickstart.rst
1 parent e4157ca commit 363213a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/quickstart.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,8 @@ Again, I'll explain what is changed:
101101
What you need to see is ``options``. Unlike discord.py's ext.commands, slash command requires extra effort to add args.
102102
Hopefully, this extension comes with utility function that helps this, which is ``manage_commands.create_option``.
103103
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>`_.

0 commit comments

Comments
 (0)