From 5d8f9e7f0d69fcdaa320100b4325896faf450f1e Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 30 Dec 2024 21:32:14 -0600 Subject: update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9f07477..8aeb8ce 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ A bot that automates silliness. 2. Set your Interactions Endpoint URL here: https://discord.com/developers/applications//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: - ```xml - APP_ID= - DISCORD_TOKEN= - PUBLIC_KEY= - TIMEZONE= - PORT= # optional - ``` +```ini +APP_ID= +DISCORD_TOKEN= +PUBLIC_KEY= +TIMEZONE= +PORT= # optional +``` * APP_ID and PUBLIC_KEY are found at https://discord.com/developers/applications//information * 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` -- cgit v1.2.3