Hello, this is Ryuk.
Named after my resilient cat Ryuk โ rescued from the streets and full of strength โ this bot embodies that same spirit: powerful, reliable, and built to protect.
Ryuk is a Discord moderation bot written in Python, designed to bring structure, safety, and functionality to your server. Whether you're managing a small community or a bustling hub, Ryuk gives you the tools to keep things running smoothly.
- ๐จ Message purging with smart limits and auto-cleanup
- ๐ก๏ธ Permission-based command access
- โฑ๏ธ Timed message deletion for cleaner channels
- ๐งฉ Modular cog-based architecture for easy expansion
- ๐ Built with
discord.pyand Python 3.11+
-
Clone the repo:
git clone https://github.com/tuusuario/ryuk-bot.git cd ryuk-bot -
Create a
.envfile and add your bot token:DISCORD_TOKEN=your_token_here guild_id=your_server_id (if planning to use the welcome message) -
Install dependencies:
pip install -r requirements.txt
-
Run the bot:
python main.py
Because like the cat he's named after, this bot is a survivor โ built to handle chaos with calm, and always ready to clean up the mess.