diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:31:22 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 21:31:22 -0600 |
commit | 20d849742be72314400169340c3b33a1e0f091f8 (patch) | |
tree | 875bc9bc6d62f330f21bdbf9a3bdb27d4fe045d5 /README.md | |
parent | b638ba35ade96c6e9f0932bd5426d4fcda4296ca (diff) |
this shouldn't work
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 + ```xml APP_ID=<APPLICATION ID> DISCORD_TOKEN=<TOKEN> PUBLIC_KEY=<PUBLIC KEY> |