Daniel Fajmon
Daniel Fajmon
Bot could fetch issue link or pr on specific syntax in message. for example `rubbergod#437` would post this link: https://github.com/Toaster192/rubbergod/pull/437
## Description Fix typos in filters doc string ## Checklist - [ ] If code changes were made then they have been tested. - [ ] I have updated the...
## PR type - [x] Bug Fix ## Description making interaction from buttons ephemeral does not make message ephemeral -> hence it's useless and needs to be with sending instead...
We should automate getting backup database into bot in case of some critical problems. best would be something like this `python rubbergod.py --resetdb filename.sql`
After we are done with [migrating cogs to folders](https://github.com/vutfitdiscord/rubbergod/milestone/3). We should add localization of messages. Best to create another milestone because there's a lot of to translate.
Timeout cog logs timeouts from other servers. In database there is an ID that differentiates between guilds but it still prints all timeouts. Should be no problem it's just pretty...
It would be great to get user profile picture from discord as jpg/png format.
This is edge case but should be handled properly. This might happen when we don't want personal info in embed for everyone to see. When the error message doesn't have...
Even though it is rare this might be problem on multiple cases which will need resolving ```py bot-1 | Traceback (most recent call last): bot-1 | File "/root/.local/lib/python3.12/site-packages/disnake/client.py", line 703,...