Miikka
Miikka
So to verify, you'd like to be able to credit closes in the log channel ("Thread with X was closed by \") to a specific user other than yourself?
Not a bad idea! Unfortunately, the bot doesn't currently use a database of any sort for log files, so I can't add this quickly and have it work with `!logs`...
This could definitely use improvements. Either the error messages need to include a stack trace (there's a bug here that will be fixed soon) or otherwise be more descriptive, or...
I agree, this would be a great feature to add. I'll add it to the todo.
The main issue here would be channel edit rate limits which were made stricter some time ago. If something like this was implemented, it would not be real-time (or at...
Not a bad idea. I've thought about something similar for dealing with raids (where tons of people would DM modmail in an attempt to clog it up/crash it).
I marked this as `enhancement`, but it's unlikely this will be implemented in the near future (if at all). The bot is mainly designed for 1-to-many discussions (1 user, multiple...
I like the idea of reminders, thank you for making the PR! A couple things that come to mind: * Create a separate migration for the reminder tables, otherwise the...
Thank you for the PR! However, I'll leave this unmerged for now, as I want to think of a way to make the word list for `ignoreAccidentalThreads` editable in a...