Skip to content

Latest commit

 

History

History
62 lines (52 loc) · 3.79 KB

README.md

File metadata and controls

62 lines (52 loc) · 3.79 KB

dobby-bot

A Discord bot designed to provide instant answers to Grin related questions.

Usage

Prepend all commands with the prefix GRIN .

Project

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

Community

Command Aliases
explorers explorer
funding_request request fundingrequest
meetings meet meeting
obituary ded dead death deaths
spending_log spending spendinglog
wallets wallet

Wallets

Command Aliases
grinpp grin++ grinplusplus
ironbelly
niffler
wallet713 713

Mining

Command Aliases
calculator calc miningcalc miningcalculator
miners miner

People

Command Aliases
ignotus igno Igno Ignotus

Build, Configuration, and Running

Requirements

Getting a Discord token

  1. Create a Discord application.
  2. 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.
  3. 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.

Build and run

  1. Clone the repository: git clone https://github.com/goyle/dobby-bot.git
  2. Open .env and insert your Discord bot token.
  3. Run the bot: cargo run --release