diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:30:57 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:30:57 -0600 |
commit | b638ba35ade96c6e9f0932bd5426d4fcda4296ca (patch) | |
tree | c9de9f144d487881239651fdf4e0df5c5f49a05a /README.md | |
parent | a9eea2c777a3a3dcec05cf7f9c43b089b8f89f26 (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: - ``` + ```txt APP_ID=<APPLICATION ID> DISCORD_TOKEN=<TOKEN> PUBLIC_KEY=<PUBLIC KEY> |