https://github.com/snaacky/chiya
A moderation-heavy general purpose Discord bot
https://github.com/snaacky/chiya
bot discord discord-slash discord-slash-commands discordbot discordpy
Last synced: 8 months ago
JSON representation
A moderation-heavy general purpose Discord bot
- Host: GitHub
- URL: https://github.com/snaacky/chiya
- Owner: Snaacky
- License: unlicense
- Created: 2020-12-06T15:57:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T00:14:00.000Z (over 1 year ago)
- Last Synced: 2025-03-31T06:51:09.669Z (about 1 year ago)
- Topics: bot, discord, discord-slash, discord-slash-commands, discordbot, discordpy
- Language: Python
- Homepage:
- Size: 1.85 MB
- Stars: 38
- Watchers: 4
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
A moderation-heavy general purpose Discord bot.
## Features
* Avatar grabber
* Bans
* Message purging
* Mutes
* Notes
* Reminders
* Server information
* Tracker status
* Unbans
* Unmutes
* Warns
## Getting started
You will need a Discord bot with [privileged intents](https://discordpy.readthedocs.io/en/stable/intents.html) enabled and the token for that bot before setup. You can create a new Discord bot [here](https://discord.com/developers/). Keep in mind Chiya will need the `bot` and `applications.commands` scopes selected when you generate your OAuth2 URL to function properly.
## Setup
```
$ git clone git@github.com:Snaacky/chiya.git
$ cd chiya
# cp config.example.toml config.toml
$ uv sync
$ uv run python chiya/bot.py
```