An interactive dice roller COG for Discord Py Bots
Find a file
2022-07-08 18:04:35 +02:00
COG_interactive_dice_roller.py remove old help description 2022-07-04 13:24:22 +02:00
LICENSE Initial commit 2022-07-04 13:13:18 +02:00
README.md Update README.md 2022-07-08 18:04:35 +02:00
requirements.txt add requirements file 2022-07-04 13:15:42 +02:00

Discord.py-Interactive-Dice-Roller

An interactive dice roller COG for Discord.py Bots

Setup

  1. Have a Discord.py bot (Quickstart available at https://discordpy.readthedocs.io/en/stable/quickstart.html)
  2. Assuming you're using the minimal quickstart bot, place the cog in the same folder as your bot.
  3. Add client.load_extension('COG_interactive_dice_roller') somewhere in the code of your bot.
  4. Run the minimal bot.
  5. Type !r or !roll in the Discord server chat where the bot is setup to see the dice roller in action.