You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A solution to this would be to implement #12 and save the IDs during !setup and rather just specify the names wanted in the configuration. That way we won't get issues with channel renaming etc.
The text was updated successfully, but these errors were encountered:
mklarz
changed the title
The export channel should use ID instead of a channel name
Channels/Categories should use ID instead of their names
Apr 16, 2021
This can cause issues with channels with duplicate names. See for example https://github.com/ekofiskctf/fiskebot/blob/5a7802b9f894a6351dc5cab99bb778131af7cd3f/bot/ctf_model.py#L776 and https://github.com/ekofiskctf/fiskebot/blob/5a7802b9f894a6351dc5cab99bb778131af7cd3f/bot/bot.py#L215
A solution to this would be to implement #12 and save the IDs during
!setup
and rather just specify the names wanted in the configuration. That way we won't get issues with channel renaming etc.Related issue for the logging channel: #34
The text was updated successfully, but these errors were encountered: