A versatile Discord bot with moderation, utility.
Explore the Code »
Report Bug
·
Request Feature
Table of Contents
Riese is a Discord bot designed to enhance your server's functionality. It offers a range of features, including moderation tools, utility commands, and welcome messages for new members. The bot is built using Python and the nextcord
library.
- Python 3.8 or higher
nextcord
library- A Discord bot token
- Clone the repository:
git clone https://github.com/xxlyitemxx/project-reise.git
- Navigate to the project directory:
cd project-reise
- Install the required libraries:
pip install -r requirements.txt
-
Create a
config.json
file in the root directory. -
Add your bot token and webhook URL:
bot_token: "YOUR_BOT_TOKEN" webhook_url: "YOUR_WEBHOOK_URL" # Optional
Riese Bot offers a variety of commands:
Basic Commands:
/ping
: Checks the bot's latency./say
: Makes the bot say something./afk
: Set your AFK status./help
: Shows this help message.
Admin Commands:
/role add
: Add a role to a user./role remove
: Remove a role from a user./role list
: Show role list of a user./kick
: Kick a user./ban
: Ban a user./unban
: Unban a user./warn
: warn a user/warn remove
remove warn from a user/warn list
See the warn list
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/xxlyitemxx/project-reise