- Discord bot token
- Enabled Presence and Server Members intents
- Replace
<your-bot-id>
with an actual bot id
- Replace
- Node.js v18 or greater
- Git
-
Clone the repository:
git clone https://github.com/sarmerer/noty-discord-bot.git
-
Configure the bot:
-
Rename
config.example.json
toconfig.json
-
Add your bot token and client ID to
config.json
-
Follow this guide to obtain the necessary tokens.
-
Follow this guide to add your bot to servers.
-
Important: Ensure that you enable all the necessary intents that are covered in the requirements section
-
-
Install dependencies:
npm install
-
Run the bot:
npm run start
Join our official Discord server to ask questions!