This Discord bot allows you to obtain the Active Developer Badge on Discord with just a simple command!
To use this bot, you can execute the /helloworld
command in any Discord server where the bot is present. This command will provide you with instructions on how to claim your Active Developer Badge.
/helloworld
: Execute this command to get your Active Developer Badge on Discord.
To install and run this bot locally, follow these steps:
- Clone this repository to your local machine.
- Install dependencies by running
npm install
. - Start the bot by running
node index.js
.
Make sure you have a .env
file in the root directory with the following content:
BOT_TOKEN=your_discord_bot_token
Replace your_discord_bot_token
with your actual Discord bot token.
This bot is built with the following dependencies:
discord.js
: A powerful library for interacting with the Discord API.dotenv
: A zero-dependency module that loads environment variables from a.env
file intoprocess.env
.
This bot was created by Larssies.
This project is licensed under the MIT License.