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: 27 days 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: 2023-03-05T22:12:41.873Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 76.2 KB
- Stars: 0
- 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 `