bot icon indicating copy to clipboard operation
bot copied to clipboard

The community bot for the Python Discord community

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

Closes #1765 First off, this is my first pull request so please give me general pull request feedback if you have any :-) Some decisions have been made on discord....

t: feature
a: backend
p: 2 - normal
a: information
s: needs review

Didn't see this in the list of issues. This could be a good milestone to works towards. There are some nice linting features that can be provided for free via...

### Relevant Issues closes #2022 ### Description Move the dataclasses that are used by the source cog out of the tag cog file in order to fix the current import...

p: 3 - low
s: waiting for author
a: tags
t: enhancement

Fixes BOT-1RG Fixes BOT-1RD Closes #2002 Closes #2003 ### Changes: - Add a better datetime converter that allows passing time in 12/24 hour format, the previous method of parsing `start`...

t: bug
a: backend
a: moderation
p: 2 - normal
s: waiting for author
t: enhancement

Sentry Issue: [BOT-1RD](https://sentry.io/organizations/python-discord/issues/2847873441/?referrer=github_integration) ``` TypeError: can't subtract offset-naive and offset-aware datetimes File "arrow/arrow.py", line 1576, in __rsub__ return other - self._datetime File "bot/utils/time.py", line 71, in discord_timestamp timestamp = (timestamp...

t: bug
p: 2 - normal

There are currently a couple of bugs with our sending of deleted messages to site. ### Race condition with antispam: ``` bot_1 | 2022-05-29 09:41:44 | bot.exts.backend.error_handler | ERROR |...

closes #1924 cherry-picked this commit from #2001 https://github.com/python-discord/bot/pull/2001/commits/f8ea3e884128883381d8b4d37ff94e62f0400e36 This is still a draft, existing to be able to share my progress.

a: backend
s: stalled
p: 3 - low
a: utility
t: enhancement

There is a new PEP API (https://peps.python.org/api/peps.json) that saves us having to manually scrape files from github, largely simplifying the implementation. As far as I can tell this was also...

s: stalled
p: 3 - low
a: information
t: enhancement

Currently, the `newlines` rule triggers a ping to Moderators, deletes the offending message and also mutes the offending user. This is commonly triggered by people seeking help, often in help...

s: planning
a: moderation
s: stalled
p: 3 - low
a: filters
t: enhancement

Around 23% of help channel sessions go completely unanswered. We have a theory that a large proportion of this stat are from people who don't ask their question well, or...

s: planning
p: 2 - normal
a: help channels
t: enhancement