JJuusoinjupeowl.hashnode.dev·Mar 20, 2021 · 4 min readGetting started with new discord slash commands with PythonIt 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 ...00