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

See also: #128 When processing whitespace/punctuation-squeezed filters, do not take the default action (e.g. delete or jail), but instead place three reactions, :white_check_mark:, :wastebasket: and :policeman:. If a moderator or...

enhancement
moderation

Right now for some command group `group`, if you have malformed arguments, then it'll send the help message as if you just did `!group`. Perhaps we should have it so...

enhancement
discussion

Adds the ability to limit conversation flow in a channel based on a given number of messages/time interval. Don't delete excess messages, people find that very annoying. Instead apply the...

feature
moderation

Cogs should be able to be disabled by a admin+ of a server/guild. Disabling a cog will stop all commands working for that server/guild only until reenabled. This can be...

enhancement
feature

Similar to `!message` but affords itself to easier quoting of ranges of messages, and spends minimal space on informational aspects of the message (when it was edited), but rather focuses...

feature

Whenever help is given, either as part of `!help` or a command group (via `SendHelp`), use the :information_source: emoji instead of :white_check_mark: ![reaction on message](https://user-images.githubusercontent.com/8848022/46390757-661fd380-c6a7-11e8-8036-c82ece12cb29.png)

enhancement

To prevent the [Scunthorpe problem](https://en.wikipedia.org/wiki/Scunthorpe_problem) for names, moderators can individually add certain user/nicknames to an "acceptable" list, which will then not be flagged as a filter violation. This would make...

moderation

Add the rest of the API events in multiple PRs. Possibly necessary for #16, #23, #28.

moderation

Staff may designate a channel for watch output (see logging cog issue). Members can be "watched" or "unwatched". When watched, they are added to a list with associated items to...

feature
moderation

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2. Release notes Sourced from aiohttp's releases. 3.10.2 Bug fixes Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by...

dependencies