My discord bot, Krabby-kun, is a bot that is designed to be a fun and interactive. It is made with discord.js.
Krabby-kun is a Discord bot designed to be fun and interactive. It offers a variety of commands for entertainment, moderation, and utility purposes. The bot is built using discord.js, a powerful library for interacting with the Discord API.
- Fun Commands: Play games, get random jokes, and more.
- Moderation Tools: Kick, ban, timeout users, and purge messages.
- Utility Commands: Get user avatars, create embeds, and check bot latency.
- Interactive Responses: Dynamic and engaging responses to user interactions.
To get a local copy up and running, follow these simple steps:
- Node.js
- A Discord bot token. You can get one by creating a bot on the Discord Developer Portal.
- Clone the repo:
git clone https://github.com/Exonymos/krabby-discord-bot
- Navigate to the project directory:
cd krabby-discord-bot
- Install npm packages:
npm install
- Create a
.env.local
file in the root directory and add the following:GUILD_ID=YOUR_GUILD_ID CLIENT_ID=YOUR_CLIENT_ID TOKEN=YOUR_BOT_TOKEN
- Start the bot in development mode:
npm run dev
- Or start the bot in production mode:
npm start
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.