diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:30:31 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:30:31 -0600 |
commit | a9eea2c777a3a3dcec05cf7f9c43b089b8f89f26 (patch) | |
tree | da8b404b1c298cde4b0230bb0a1ad50db030ec8e /README.md | |
parent | 3af314ef13b6866a2aa6f7bc7454cc5fe6496d93 (diff) |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ A bot that automates silliness. 2. Set your Interactions Endpoint URL here: https://discord.com/developers/applications/<id\>/information 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> PUBLIC_KEY=<PUBLIC KEY> |