aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 986eac0..64625d0 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,8 @@ A bot that automates silliness.
1. Create a new bot at https://discord.com/developers/applications/
2. Set your Interactions Endpoint URL here: https://discord.com/developers/applications/<id\>/information
-3. Download the latest version of `sily-bot` from here: https://github.com/JacobJanzen/sily-bot/releases/
-4. Unzip the file and enter the `sily-bot-<version>` directory.
-5. Populate your .env file:
+3. Clone the latest version of `sily-bot` with `git clone https://git.jjanzen.ca/index.cgi/sily-bot.git`
+4. Populate your .env file:
```ini
APP_ID=<APPLICATION ID>
DISCORD_TOKEN=<TOKEN>
@@ -20,9 +19,9 @@ A bot that automates silliness.
* DISCORD_TOKEN is found by reseting the token at https://discord.com/developers/applications/<id\>/bot
* TIMEZONE is base on the [IANA time zone database](https://www.iana.org/time-zones) e.g. `America/Winnipeg`
* PORT is the port that the application should run on. This value is optional and defaults to 3000.
-6. Install dependencies with `npm install`
-7. Register the bot commands with `npm run register`
-8. Run the bot with `npm run start`
+5. Install dependencies with `npm install`
+6. Register the bot commands with `npm run register`
+7. Run the bot with `npm run start`
### Note on accessing the bot