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
When creating a new CTF with the same name as an existing one, the bot fails to update the msg_id of the correct CTF, and it will therefore always be 0 and reactions to join the CTF will never work. We need to add a check if there is an existing CTF in the DB (even if it archived).
When creating a new CTF with the same name as an existing one, the bot fails to update the
msg_id
of the correct CTF, and it will therefore always be0
and reactions to join the CTF will never work. We need to add a check if there is an existing CTF in the DB (even if it archived).See https://github.com/ekofiskctf/fiskebot/blob/855d8b01494919f4f538f0e436b335c55f4e3227/bot/ctfs.py#L46
The text was updated successfully, but these errors were encountered: