Miikka

Results 39 comments of Miikka

If you open `src/data/Thread.js`, you can change line 52 from: ``` let dmContent = `**${modUsername}:** ${text}`; ``` to: ``` let dmContent = text; ``` This should send all replies without...

My plan right now is to introduce a new reply type (nameless reply), and then allow you to set the default type you'd like to use. This would basically be...

The bot currently uses SQL internally, and as such it will not be possible to add MongoDB support without overhauling most of the database code that currently exists. This might...

On second thought, I'll leave this issue up as a general tracking issue for MongoDB support in the future!

Can you elaborate on what you mean by "auto embed"? Also, I don't have a Discord server for the bot because I don't generally offer real-time (i.e. chat) support for...

It is not currently possibly, no. Were you interested in having this for the auto-reply (when the user first contacts modmail), for staff replies, and/or for the user's messages?

The bot currently reconnects automatically on any of the following network errors: * "CloudFlare WebSocket proxy restarting" * "Connection reset by peer" * "ECONNRESET" Are you experiencing a specific error...

I've been hearing similar reports of ghost notifications recently from other sources as well. It doesn't seem to be limited to modmail (or at least this specific bot), so I...

MySQL settings are not related to `responseMessage` functionality - I have the bot running with MySQL and a functioning `responseMessage` right now. Can you join the support server so we...

This is a feature that's being planned for after the bot has a more robust permission system! Currently, the bot only distinguishes between "staff or not" ([`inboxServerPermission`](https://github.com/Dragory/modmailbot/blob/master/docs/configuration.md#inboxserverpermission)), and a command...