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
!r
or!roll
in the Discord server chat where the bot is setup to see the dice roller in action.