https://github.com/exonymos/krabby-discord-bot
Krabby-kun, is a bot that is designed to be a fun and interactive.
https://github.com/exonymos/krabby-discord-bot
bot discord discord-bot discord-bots discord-js
Last synced: about 2 months ago
JSON representation
Krabby-kun, is a bot that is designed to be a fun and interactive.
- Host: GitHub
- URL: https://github.com/exonymos/krabby-discord-bot
- Owner: Exonymos
- License: mit
- Created: 2025-03-06T18:51:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T21:58:13.000Z (about 2 months ago)
- Last Synced: 2025-03-07T22:29:18.181Z (about 2 months ago)
- Topics: bot, discord, discord-bot, discord-bots, discord-js
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Krabby-kun
My discord bot, Krabby-kun, is a bot that is designed to be a fun and interactive. It is made with [discord.js](https://discord.js.org/).
[](https://github.com/Exonymos/krabby-discord-bot/blob/main/LICENSE)
[](https://github.com/Exonymos/krabby-discord-bot/issues)
[](https://github.com/Exonymos/krabby-discord-bot/commits/main)
[](https://github.com/Exonymos/krabby-discord-bot/stargazers)
[](https://github.com/Exonymos/krabby-discord-bot/network)## Table of Contents
- [krabby-kun](#krabby-kun)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Running the Bot](#running-the-bot)
- [Contributing](#contributing)
- [License](#license)## About
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](https://discord.js.org/), a powerful library for interacting with the Discord API.
## Features
- **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.## Getting Started
To get a local copy up and running, follow these simple steps:
### Prerequisites
- Node.js
- A Discord bot token. You can get one by creating a bot on the [Discord Developer Portal](https://discord.com/developers/applications).### Installation
1. Clone the repo:
```sh
git clone https://github.com/Exonymos/krabby-discord-bot
```
2. Navigate to the project directory:
```sh
cd krabby-discord-bot
```
3. Install npm packages:
```sh
npm install
```
4. Create a `.env.local` file in the root directory and add the following:
```env
GUILD_ID=YOUR_GUILD_ID
CLIENT_ID=YOUR_CLIENT_ID
TOKEN=YOUR_BOT_TOKEN
```### Running the Bot
1. Start the bot in development mode:
```sh
npm run dev
```
2. Or start the bot in production mode:
```sh
npm start
```## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See [LICENSE](https://github.com/Exonymos/exonymos.me/blob/main/LICENSE) for more information.