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

Note: This issue description is a brief and will be expanded in the near future with full details. ## Current Setup We use discord channels for providing logs of certain...

a: backend
s: planning
p: 2 - normal
l: 2 - advanced
t: enhancement

Currently, the !charinfo command runs `unicodedata.name()` to figure out what name a character should be given. However, `unicodedata.name()` does not support control characters like the newline characters such as \n,...

t: bug
help wanted
a: frontend
p: 3 - low
a: utility
l: 1 - intermediate
t: enhancement

According to these [lines](https://github.com/python-discord/bot/blob/main/bot/exts/info/tags.py#L150-#L151) ```python # Files directly under `base_path` have an empty string as the parent directory name tag_group = parent_dir.name or None ``` `tag_group` will be None until...

s: planning
p: 2 - normal
a: tags
t: enhancement

When executing the command `/tag` without any arguments, a list of all tags is displayed. However, for some reason there's a random bullet point at the top of the list:...

t: bug
good first issue
a: frontend
s: planning
p: 2 - normal
l: 0 - beginner
a: tags

Sentry Issue: [BOT-3FW](https://python-discord.sentry.io/issues/4131792398/?referrer=github_integration) ``` ClientException: Parent channel not found (1 additional frame(s) were not displayed) ... File "bot/exts/moderation/clean.py", line 645, in purge await self._clean_messages(ctx, channels="*", users=users, first_limit=age) File "bot/exts/moderation/clean.py", line...

t: bug
a: moderation
p: 3 - low
up for grabs
status: approved

People (contribs, staff, and core-devs alike) have often been confused by where to create issues for adding new tags. Creating issues on this repository makes the most sense - issue...

a: docs
p: 2 - normal
s: waiting for author
t: enhancement

If a user is temporarily banned, and a moderator attempts to permanently ban said user, the following code will never return anything but None. https://github.com/python-discord/bot/blob/f94505ac975888b259ea2d07b4442d6d908352f8/bot/exts/moderation/infraction/infractions.py#L490 This is because the site...

t: bug
s: planning
a: moderation
p: 3 - low
l: 1 - intermediate
python

https://github.com/python-discord/bot/pull/2522 opens some regressions in the invite filter which allow users to send invites in the server that go to other servers. This is due to how discord fetches invites,...

t: bug
a: filters
p: 2 - normal

The `!resources` command accepts an optional argument to specify the resource topic in the URL. For example, `!resources data science` will result in the following link: https://www.pythondiscord.com/resources/?topics=data-science However, there is...

status: approved

``` Traceback (most recent call last): ... File "C:\Users\wookie\Documents\GitHub\bot\botstrap.py", line 158, in webhook_channel_id = int(all_channels[webhook_name]) KeyError: 'big_brother' ``` Not worked out exactly what this is yet, although we should probably...