Skip to content

Ciderlyy/maid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Project Inu Discord Bot

Welcome to Project Inu! This Discord bot is designed to provide various features for your server, including ticket creation, moderation commands, and more. This is my first time making a bot, so updates are to be expected.

Table of Contents

Features

  • Ticket creation system for support and other purposes.
  • Moderation commands (ban, kick, mute, unmute).
  • Role selection through reactions.
  • Information and promotion. (Currently the bot is apex coins because i designed it to be that way)

Getting Started

Prerequisites

  • Python (Version 3.8 or higher)
  • Git (Optional but recommended)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/project-inu-discord-bot.git
  2. Navigate to the project folder:

    cd project-inu-discord-bot
  3. Install dependencies:

    pip install -r requirements.txt

Configuration

  1. Create a config.json file in the project root and fill in the required information:

    {
      "token": "YOUR_DISCORD_BOT_TOKEN",
      "prefix": "!",
      "owner_id": "YOUR_DISCORD_USER_ID",
      "tickets_channel_id": "YOUR_TICKETS_CHANNEL_ID",
      "mod_logs_channel_id": "YOUR_MOD_LOGS_CHANNEL_ID"
    }
    • Replace placeholders with your actual values.
  2. Run the bot:

    python bot.py
Usage
  1. Invite the bot to your server.
  2. Configure roles and channels as needed.
  3. Start using commands and features.

Commands

  • !help: Display a list of available commands.
  • !rules: Display server rules.
  • !ban @user [reason]: Ban a user.
  • !kick @user [reason]: Kick a user.
  • !mute @user [time]: Mute a user for a specified duration.
  • !unmute @user: Unmute a user.
  • !ticket: Create a new support ticket.

Contributing

Feel free to contribute to the project! Open issues for bug reports or new feature suggestions. Pull requests are welcome.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits


Remember to replace placeholder texts such as `YOUR_DISCORD_BOT_TOKEN`, `YOUR_DISCORD_USER_ID`, `YOUR_TICKETS_CHANNEL_ID`, and `YOUR_MOD_LOGS_CHANNEL_ID` with your actual Discord bot token, user ID, and channel IDs.

Feel free to enhance or modify the README based on your project's unique features and requirements.

About

Discord bot, WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages