bot icon indicating copy to clipboard operation
bot copied to clipboard

The community bot for the Python Discord community

Results 259 bot issues
Sort by recently updated
recently updated
newest added

Closes #2217, Closes #2130 ## Overview > Fixes the issue of displayed infractions being off from the originally requested duration. - Implements new infraction duration calculations using a `last_applied` time...

a: frontend
a: API
p: 3 - low
t: enhancement
s: needs review

Closes #1059 Incident archive messages now show when the incident was made and no longer displays when the incident was actioned as it's the same as the message timestamp. Also...

a: frontend
a: moderation
p: 3 - low
t: enhancement
s: needs review

Fixes this warning in the tests: ``` tests/bot/exts/moderation/infraction/test_infractions.py::VoiceMuteTests::test_voice_mute_truncate_reason c:\users\wookie\appdata\local\programs\python\python39\lib\enum.py:384: RuntimeWarning: coroutine 'Infractions.apply_voice_mute..action' was never awaited Coroutine created at (most recent call last) File "c:\users\wookie\appdata\local\programs\python\python39\lib\unittest\async_case.py", line 87, in _callMaybeAsync return self._asyncioTestLoop.run_until_complete(fut)...

a: backend
p: 3 - low
a: tests
s: needs review

This fixes an issue with pytest running functions called `setup` in test files when they shouldn't be run. The current case is also fixed by https://github.com/python-discord/bot/pull/2229/commits/6217513d7bc5a97afc595af1966dfd722db0084c, but this fix should...

a: backend
p: 3 - low
a: tests
s: needs review

Replaces the old (and unused) autoreview system with a shiny new one that should better fit our needs. Now supports: - a limit on number of active reviews - a...

t: feature
p: 1 - high
t: enhancement
a: recruitment
s: needs review

If someone claims a help channel but then deletes the message that claimed the channel the help channel stays claimed but there isn't anything useful going on, the bot should...

s: planning
p: 3 - low
a: help channels
t: enhancement

closes #2015 - no longer counts mention replies - no longer counts self-mentions

a: backend
p: 1 - high
a: filters
s: waiting for author
t: enhancement
up for grabs

Currently, automutes by the bot ping the Moderators role in a mod-alerts channel, and also send a public message indicating the user has been muted: ![image](https://user-images.githubusercontent.com/75038675/183454102-9adc0a26-2020-4020-a1b1-9ad5827e2636.png) Well-meaning bystanders then ping...

good first issue
a: frontend
a: moderation
a: filters
p: 2 - normal
status: approved

Creates 3 new tags: - `Module-not-found` - `Modules` - `Multiple-python` Implements https://github.com/python-discord/meta/issues/191 and https://github.com/python-discord/meta/issues/189

# Summary This proposes an enhancement to the existing `!eval` command that will allow `!eval` to evaluate code from a replied message. The functionality could be implemented similar to commands...

a: frontend
s: planning
p: 2 - normal
a: utility
t: enhancement