Skip to content

Kaalwy/MeiBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeiBot

MeiBot is a simple yet powerful Discord bot designed to enhance your Discord server's experience. It offers various features, including music playback, dice rolling, moderation tools, and more. If you'd like to contribute or collaborate on this project, feel free to reach out to me on Discord with the username kaal_wy.

Features

  • Music Playback: Stream music directly in voice channels from YouTube and local files.
  • Dice Rolling: Roll various types of dice for gaming purposes with informative and fun responses.
  • Moderation Tools: Mute, unmute, kick, or ban users with documented commands.
  • Custom Command Prefix: Use a custom prefix or mention the bot to trigger commands.

Getting Started

To get started with MeiBot, follow these simple steps:

Prerequisites

Ensure you have Python 3.8 or higher installed. You can download it from Python's official website.

Installation

  1. Clone the repository:
git clone https://github.com/Kaalwy/MeiBot.git
cd MeiBot
  1. .env required:

Create a .env file in the root of your project with the following contents:

YOUR_TOKEN=your_discord_bot_token_here

  1. Install the requirements:
pip install -r requirements.txt
  1. Test it!
python bot.py

Usage

Once your bot is up and running, you can invite it to your Discord server using the OAuth2 URL generated from the Discord Developer Portal. Use the following command prefixes to interact with MeiBot:

    Music Commands:
        .join - Joins your voice channel.
        .leave - Leaves the voice channel.
        .play <URL_or_MP3> - Plays music from a URL or local file.
        .stop - Stops the music.
        .skip - Skips to the next song in the queue.

    Dice Commands:
        .r <command> - Rolls dice (e.g., .r d20, .roll 2d6+3).

    Moderation Commands:
        .mute @user <duration> - Silences a user for a specified duration.
        .unmute @user - Removes the mute from a user.
        .ban @user <reason> - Bans a user.
        .kick @user <reason> - Kicks a user from the server.

Contributing

Contributions are welcome! If you'd like to work on MeiBot, please follow these steps:

- Fork the repository.
- Create a new branch for your feature or fix.
- Make your changes.
- Submit a pull request with a clear description of your changes.

or you can also call me by email or discord "[email protected]"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published