Update 1.0.0

This commit is contained in:
Noah Pombas
2024-04-21 19:07:51 +02:00
parent a58330ec0a
commit 584afd0fe6
9 changed files with 296 additions and 3 deletions

View File

@@ -5,7 +5,11 @@ a Discord BOT with User friendly commands, moderation commands and more!
## Instructions
- create a .env File
- token=yourDiscordBotToken
- npm i (to download all libraries)
- .env
- replace yourDiscordBotToken with your Token
- handler/index.js
- replace yourDiscordServerID with your discord server ID
- Important: The Bot needs to be in the server!
- npm i (download all libraries)
- node index.js (to start the bot)