aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2022-03-11 17:40:43 +0000
committerAnInternetTroll <lucafulger@gmail.com>2022-03-11 17:40:43 +0000
commitc315791b0bbcdd7d1e291a1dd604cfe5871d0c51 (patch)
tree8f2904bad03f3509fe8510b62c595f76bc4ba601
parent2446aa01dabe8b2cefcced6294a1e32b8b9e8506 (diff)
downloadspeedrunbot-slash-c315791b0bbcdd7d1e291a1dd604cfe5871d0c51.tar
speedrunbot-slash-c315791b0bbcdd7d1e291a1dd604cfe5871d0c51.tar.gz
speedrunbot-slash-c315791b0bbcdd7d1e291a1dd604cfe5871d0c51.tar.bz2
speedrunbot-slash-c315791b0bbcdd7d1e291a1dd604cfe5871d0c51.tar.lz
speedrunbot-slash-c315791b0bbcdd7d1e291a1dd604cfe5871d0c51.tar.xz
speedrunbot-slash-c315791b0bbcdd7d1e291a1dd604cfe5871d0c51.tar.zst
speedrunbot-slash-c315791b0bbcdd7d1e291a1dd604cfe5871d0c51.zip
Add instructions on how to set a token for the bot
-rw-r--r--CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4b006bb..25a68d6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,6 +24,13 @@ be if the `Deno` API works on [Deno Deploy](https://deno.com/deploy) as well.
# Running the code
+Before running the bot you must first make a `.env` file in the root of the project and put in the following
+
+```sh
+TOKEN="YOUR BOT'S DISCORD TOKEN"
+TEST_SERVER="12345" # Optional discord guild/server ID
+```
+
To run the discord bot development mode use the following command
```sh