Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsugami/mod_discord_bot
moderation bot that saves the voice connection history of the guild members
https://github.com/tsugami/mod_discord_bot
Last synced: about 2 months ago
JSON representation
moderation bot that saves the voice connection history of the guild members
- Host: GitHub
- URL: https://github.com/tsugami/mod_discord_bot
- Owner: Tsugami
- Created: 2022-10-15T05:27:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T00:59:54.000Z (about 2 years ago)
- Last Synced: 2024-10-13T02:44:41.672Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mod Discord Bot
moderation bot that saves the voice connection history of the guild members
## How to run migrations
### Installation SQLX-CLI
`cargo install sqlx-cli --no-default-features --features rustls,postgres`
### Run migrations
`cargo sqlx migrate run`
### Create migration
`cargo sqlx migration add `