futaba icon indicating copy to clipboard operation
futaba copied to clipboard

Discord bot for the Programming server

Results 70 futaba issues
Sort by recently updated
recently updated
newest added

Add an option to allow filters to match only on a complete message, rather than substring search.

feature
moderation

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...

discussion
moderation

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...

enhancement

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...

discussion

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...

discussion
moderation

Ideally it could also tell them exactly _why_ they're immune (e.g. they're a mod, they're on the immunity list, etc.)

feature
moderation

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...

discussion
feature

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 `...

feature

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...

feature