https://github.com/trevormellon/diceman
Discord message bot providing a way to roll dice, suitable for roleplaying
https://github.com/trevormellon/diceman
bot dice dice-roller discord dungeons-and-dragons english nodejs portuguese
Last synced: 6 months ago
JSON representation
Discord message bot providing a way to roll dice, suitable for roleplaying
- Host: GitHub
- URL: https://github.com/trevormellon/diceman
- Owner: TrevorMellon
- Created: 2020-04-14T11:07:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T11:34:42.000Z (over 4 years ago)
- Last Synced: 2023-03-10T21:23:13.125Z (over 3 years ago)
- Topics: bot, dice, dice-roller, discord, dungeons-and-dragons, english, nodejs, portuguese
- Language: JavaScript
- Homepage: https://blog.ignifi.me/codified/2020/04/25/the-diceman-returns/
- Size: 565 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord: Diceman-Bot
Basic discord message bot that handles throwing dice and returning the result.
# Requirements
* node.js
Call by running from the commandline:
> node bot.js
You will need to create a file ".env" and place your bot's private key in there. Do that by copying the provided file "env" and editing.
# Functions
### English
* !help = Responds to the generic command
* /help = Responds to the generic command
* !diceman help = Gives an overview of the available commands
* !roll = Rolls a dice using format "!roll [Dice Side] [Amount of Rolls]"
* !dice = Uses dice notation, for example "!dice 3d6" or "!dice 4d12+10"
### Portugeuse
* !ajuda = Responde ao comando genérico
* /ajuda = Responde ao comando genérico
* !diceman ajuda = Fornece uma visão geral dos comandos disponíveis
* !diz = Usa notação de dados, por exemplo "!diz 3d6" ou "!diz 4d12+10"