Skip to content

Commit

Permalink
docs: add hosting option
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-bachner authored Nov 12, 2020
1 parent b83b1a8 commit d782c6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@

Custom Discord Bot for the **Call of Duty: Mobile Luxembourg** Discord Server \
Used primarily for experimentation / learning and for fun

## Hosting the bot
The bot is currently not doing anything because it is not actively hosted.

If you wish to host the bot, you are welcome to open an issue with your contact info and a team member will send you the discord auth token. From there on, simply clone this github repository and add `token.json`:
``` json
// token.json
{
"token": "PASTE_TOKEN_HERE"
}
```

0 comments on commit d782c6b

Please sign in to comment.