From 3af314ef13b6866a2aa6f7bc7454cc5fe6496d93 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 30 Dec 2024 21:29:42 -0600 Subject: update readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.md') 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//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-` 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= DISCORD_TOKEN= @@ -20,9 +19,9 @@ A bot that automates silliness. * DISCORD_TOKEN is found by reseting the token at https://discord.com/developers/applications//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 -- cgit v1.2.3