nminchow

Results 28 issues of nminchow

There is no way to send new line characters in slash commands. We should investigate if there is some way we can support a subset of markdown (or something) to...

`@BridgeSixthFormUnion` [has asked](https://discord.com/channels/426894892262752256/426894892262752260/1029706672089870399) for anonymous support for forum channels. I think this would be similar to the work needed to add messages to threads, https://github.com/nminchow/Voltaire/issues/56. [forums docks](https://discord.com/developers/docs/topics/threads#forums)

https://discord.com/channels/426894892262752256/426894892262752260/948621727208976404 Sidcode has requested we add support for the bot to send messages in threads. This will likely be easier once slash commands are implemented, but we'll see how hard...

The support added in https://github.com/nminchow/Voltaire/issues/30 does handle quite a few use cases, but mentioning a user with a space in their username still requires you use the ID. We could...

enhancement
good first issue

It would be cool if users could also reply to anonymous messages anonymously in a public setting. With discord's support for built-in replies we should be able to have the...

If the target server's character limit is exceeded, sending can fail silently. Seems to occur without `embeds` enabled, but we should check with them as well.

`@BIT` in the discord proposed some kind of filtering step to moderate comments. It would probably need to relay messages to a given channel and wait for a reaction, and...

Per channel IDs would be neat. I think the basic implementation would be an additional table mapping discord IDs to a channel seed. (similar to the current per-server seed.) When...

`@amishron` on the discord reports that rotation is not working on their server currently. This is working on my test servers and seems to be working on other pro servers,...

For the sake of other deployments, the stripe checks should be disabled by default and only enabled if the stripe env var is present. The check occurs [here](https://github.com/nminchow/Voltaire/blob/master/Voltaire/Program.cs#L52-L53). quick fix:...