Sebastian

Results 14 issues of Sebastian

### Bot Version v4.0 (all versions) ### How are you hosting Modmail? Other ### Error Logs N/A ### Screenshots _No response_ ### Additional Information When a thread is created, through...

maybe: bug
staged

### Bot Version v4.0 (all versions) ### How are you hosting Modmail? Other ### Error Logs https://media.discordapp.net/attachments/529240018934431744/971518398540427335/unknown.png?width=1304&height=701 ### Screenshots _No response_ ### Additional Information In the plugins.py file, plugins are...

maybe: bug

### Information * **Server version:** Paper version git-Paper-207 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: b757019) * **Full output of `/mv version -p`:** https://paste.gg/p/anonymous/63989a0f60e44d5d8ca67bc4da0e9062 * **Server log:** https://gist.github.com/sebkuip/9a668bc6494b6f00d7bc241dcc4808ac ### Help...

Type: Assistance

This fixes #3328 When loading cogs the bot also populates the registry. When this fails the entire cog loading stops causing major parts of the code to fail to load....

pending review

This PR adds a config variable allowing users to set their own timeout for the confirm_thread_creation. This required the addition of an `ints` category of configs for conversion as well....

in progress

### Bot Version v4.0.2 ### How are you hosting Modmail? Other ### Error Logs N/A ### Screenshots How adduser does it (incorrect) ![image](https://github.com/modmail-dev/Modmail/assets/61157793/8985cbbe-5402-4b4f-b365-689e9bfaf91a) How contact does it (correct) ![image](https://github.com/modmail-dev/Modmail/assets/61157793/1f4fd689-b337-4d39-9865-daef0b47d48c) ###...

bug

In logviewer, the toggle for internal messages only calls a function, and doesn't check the state of the toggle. This can lead to situations where the state of showing internal...

Add collectors just like discord.js has. These will collect certain event types and stores these in a list according to a filter. Every time an event passes the filter, it...

enhancement

This update changes the ?snippet command. When the snippet command is invoked with no snippet name, but snippets do exist, it will not only show a list of all snippets,...

Previously, msglink only scanned the original recipient. This update loops over all recipients until a message is found, or returns the original error if it's not found anywhere.