Getting started with new discord slash commands with Python
It is really hard to find anything reliable about this topic so I am writing about it myself.
1. Installation
You can install discord-py-slash-command module for slash commands
pip install -U discord-py-slash-command
2. basic bot with slash commands
...
jupeowl.hashnode.dev4 min read