richfromm / slack2discord

A Discord client that imports Slack-exported JSON chat history to Discord channel(s).
GNU General Public License v3.0
8 stars 3 forks source link

Validate Discord channel names #39

Closed richfromm closed 1 year ago

richfromm commented 1 year ago

The following criteria must be met:

The actual reality of Discord channel creation is a bit more complex. Empirically, there are numerous (undocumented?) cases where an input channel name does not fail to create a channel, but the channel created does not have precisely the same name as the input. For example:

For our purposes, this is too complex to deal with, and we will fail to validate any input that does not result in creating a channel with the same name as the input.

https://github.com/richfromm/slack2discord/issues/24