https://github.com/chand1012/quickmememanager
Manages Patrons for DiscordQuickMeme
https://github.com/chand1012/quickmememanager
bot go golang manages-patrons
Last synced: over 1 year ago
JSON representation
Manages Patrons for DiscordQuickMeme
- Host: GitHub
- URL: https://github.com/chand1012/quickmememanager
- Owner: chand1012
- License: gpl-3.0
- Created: 2020-08-03T17:53:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T16:44:58.000Z (over 5 years ago)
- Last Synced: 2024-05-02T05:55:44.255Z (about 2 years ago)
- Topics: bot, go, golang, manages-patrons
- Language: Go
- Homepage: https://quickmeme.chand1012.dev/
- Size: 136 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickMemeManager
[](https://deepsource.io/gh/chand1012/QuickMemeManager/?ref=repository-badge)
Manages Patrons for [DiscordQuickMeme](https://github.com/chand1012/Discord-Quick-Meme). Here is how it will work when completed:
- Will periodically scan the [DiscordQuickMeme](https://discord.gg/YNnp9uy) server for users
- If a user is in one of the Patron roles, will check the database to see if user is in the correct table
- If not in the table, send them a PM asking what server(s) they would like to boost.
- If a user either leaves or is no longer in the Patron roles, will delete them from the table.
- Will be use shards to make sure that if this becomes a big thing the bot can handle it.
- That's really it.