bot icon indicating copy to clipboard operation
bot copied to clipboard

Expand Off Topic Channel Allowed Characters

Open scragly opened this issue 6 years ago • 3 comments

https://github.com/python-discord/bot/blob/51852a19d304001c943c8f13be8f1a290bee1ce4/bot/cogs/off_topic_names.py#L41

Interrobang (‽) is a valid character also. We should look for any other unicode characters we might have missed that are allowed in channel names.

scragly avatar Nov 12 '19 04:11 scragly

I've put together a list of non-alnum characters allowed in channel names https://paste.fuelrats.com/ibihexateq.txt . The list is most probably not complete because it wasn't done entirely programmatically but should offer some insight on which chars can and should be allowed

Numerlor avatar Dec 30 '19 22:12 Numerlor

Will require a change to the validator in the model too

https://github.com/python-discord/site/blob/master/pydis_site/apps/api/models/bot/off_topic_channel_name.py#L14

MarkKoz avatar Feb 16 '20 19:02 MarkKoz

This seems like a pretty simple fix, but I don't know about having a huge list of valid characters sitting somewhere in some file, looking ugly. Is there any way to better predict which letters are going to be valid, without hardcoding every single one? (P.S o7 cmdr)

HassanAbouelela avatar Feb 27 '21 14:02 HassanAbouelela

Closed in 2025 review of open issues. We do not feel there is a large need for this feature.

jb3 avatar Jul 22 '25 19:07 jb3