futaba
futaba copied to clipboard
Discord bot for the Programming server
Add an option to allow filters to match only on a complete message, rather than substring search.
Futaba should, if configured, be able to take some action if it detects a possible raid. Specifically, if it sees messages with identical contents posted more than 4 times by...
To allow for dynamic journal event handling like described in #184, we should have allow certain paths to be generated algorithmically. Basically, it's a subclass of `Broadcaster` which will look...
We should consider adding `mypy` to take advantage of type hints and minimize runtime errors. It's going to be a bit of a project though, since with no configuration it...
An experimental feature to calculate the "heat" of a user through various weights on the stream of inputs: typing events, message length, number of newlines, embeds, attachments, links, having a...
Ideally it could also tell them exactly _why_ they're immune (e.g. they're a mod, they're on the immunity list, etc.)
If we actually do go through with adding limited user voting as discussed in #10 and #130, we should make it a small helper module to prevent repeated code and...
This cog will allow the creation of custom tags/snippets (Kind of like custom commands) for guilds. Admin/Mods can create tags using `!tag create ` Users can then do `!tag `...
Now that jump URLs are a thing, we should add a way to store unlimited "pins" by any member of the server to highlight things they thought were notable, without...