From 05449fed2468400cab931e817bad3511d19f7094 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Tue, 15 Oct 2024 11:26:21 +0100 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff6c96d..e3df9f2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Discord Multipurpose Bot +## IMPORTANT: PLEASE READ BEFORE DEPLOYING + +This bot includes game statistics functionality (currently supports Valorant, CS2 and TFT). Unfortunately, due to [Tracker.gg](https://tracker.gg/) no longer providing API keys, I have created my own API to retrieve the data. Currently, this API is not publicly available. If you wish to use the bot's game stats commands, please feel free to reach out to me via my [email](mailto:info@aydenjahola.com). + Welcome to the **Discord Multipurpose Bot**! This bot manages user verification for Discord servers through email authentication, includes a fun trivia game feature, and provides role management and leaderboard tracking functionalities. ## Features @@ -51,7 +55,3 @@ make sure to run `/setup` or otherwise the verification process wont work. ## Usage run `/help` command to get list of all avaiable commands, or visit the [commands](./commands/) directory to view them. - -## IMPORTANT: PLEASE READ BEFORE DEPLOYING - -This bot includes game statistics functionality (currently supports Valorant, CS2 and TFT). Unfortunately, due to [Tracker.gg](https://tracker.gg/) no longer providing API keys, I have created my own API to retrieve the data. Currently, this API is not publicly available. If you wish to use the bot's game stats commands, please feel free to reach out to me via my [email](mailto:info@aydenjahola.com).