discord.pyEasy Playground

Discord bot framework: commands, events, voice, interactions

Getting started with discord.pyRun locally
Install
pip install discord.py
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: discord.py)

discord.py is a third-party package. Discord bot framework: commands, events, voice, interactions. Install with: pip install discord.py

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?