Learn Before
Concept
Prerequisites
Installing Discord.py
If you don't already have pip installed, then look through the intro modules for this Python course or follow the pip documentation linked in this node. Once you have it installed, run the following command from your terminal:
python3 -m pip install discord.py
Installing Discord Slash Commands
The main way of interacting with modern Discord bots is via slash commands which makes it easier to provide options to the user and simplifies using the bot. To get started with slash commands, run the follow command from your terminal:
python3 -m pip install discord-py-slash-command
0
1
Updated 2021-08-24
Tags
Python Programming Language
Data Science