commit 4791011adc7afbef8dd24dd931c6dbcae154281a Author: anthony Date: Sat Feb 15 14:18:21 2025 +0000 Add 'Setup' diff --git a/Setup.md b/Setup.md new file mode 100644 index 0000000..d94cb4e --- /dev/null +++ b/Setup.md @@ -0,0 +1,17 @@ +1️⃣ Install Java + + This Bot needs [Java 11](https://wiki.ubuntuusers.de/Java/Installation/OpenJDK/) + +2️⃣ Download Infernote + + Download the latest Infernote-X.Y.Z.jar (and optionally, example config.txt file) from the releases page (or, get the URL from the releases page and then use wget or similar command-line tool to download). + +3️⃣ Configure the bot + + Create a bot account and configure it on the Discord Developer page + See Getting a Bot Token for step-by-step instructions + Make sure that 'Public Bot' is unchecked, and 'Message Content Intent' and 'Server Members Intent' are checked + Create the config file + Running the bot without a config file will prompt you for a bot token and a user ID. After you provide these, it will generate a config file for you. + An example config.txt file can be found on Example Config. You can create a config.txt file in the same folder as the bot, paste the contents of the example config file, and modify the values in it. + See Getting a Bot Token and Finding Your User ID if you need help with finding some values for the config.