A Discord bot designed to provide instant answers to Grin related questions.
Prepend all commands with the prefix GRIN
.
Command | Aliases |
---|---|
code_of_conduct |
coc CoC COC code conduct codeofconduct |
coin |
info grininfo grinfo |
emission |
emissions blocktime reward miningreward monetarypolicy |
governance |
gov |
philosophy |
philo |
roadmap |
|
symbol |
currency currencysymbol |
whitepaper |
Command | Aliases |
---|---|
explorers |
explorer |
funding_request |
request fundingrequest |
meetings |
meet meeting |
obituary |
ded dead death deaths |
spending_log |
spending spendinglog |
wallets |
wallet |
Command | Aliases |
---|---|
grinpp |
grin++ grinplusplus |
ironbelly |
|
niffler |
|
wallet713 |
713 |
Command | Aliases |
---|---|
calculator |
calc miningcalc miningcalculator |
miners |
miner |
Command | Aliases |
---|---|
ignotus |
igno Igno Ignotus |
- Rust: Install using rustup: https://rustup.rs
- A Discord token
- Create a Discord application.
- Go to your application and then to the Bot tab under Settings. In here, you can create a bot and copy the token. The token is what will be put in the
DISCORD_TOKEN
variable inside your.env
file that you will create from.env.example
. - Create the invite link for the bot by going to the OAuth2 tab under Settings. Select the checkbox for bot in Scopes. The invite link should appear. Select any checkbox for permissions you want the bot to have.
- Clone the repository:
git clone https://github.com/goyle/dobby-bot.git
- Open
.env
and insert your Discord bot token. - Run the bot:
cargo run --release