mirror of
https://github.com/Anthial/Discord.py-Interactive-Dice-Roller.git
synced 2026-03-15 15:51:15 +01:00
An interactive dice roller COG for Discord Py Bots
- Python 100%
| COG_interactive_dice_roller.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
Discord.py-Interactive-Dice-Roller
An interactive dice roller COG for Discord.py Bots
Setup
- Have a Discord.py bot (Quickstart available at https://discordpy.readthedocs.io/en/stable/quickstart.html)
- Assuming you're using the minimal quickstart bot, place the cog in the same folder as your bot.
- Add
client.load_extension('COG_interactive_dice_roller')somewhere in the code of your bot. - Run the minimal bot.
- Type
!ror!rollin the Discord server chat where the bot is setup to see the dice roller in action.