diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:29:42 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:29:42 -0600 |
commit | 3af314ef13b6866a2aa6f7bc7454cc5fe6496d93 (patch) | |
tree | 64ab9bbb762b0d5a5c9677fc0b29c007e03bd2ec /README.md | |
parent | b0fcbe49b4bee0d384f9a9d3df91c29dc4c4643c (diff) |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 |