Closed NickWittig closed 1 year ago
The purge command is reimplemented. It is a hidden command, that can only be used by super_users, as we can check this manually now with @commands.check(checks.is_super_user). The actual command code is still the same as it was before removal: https://github.com/Susannova/Discord_Bot/commit/3bf83c8a388eecd1a3b401e3619b528a4e05b898
@commands.check(checks.is_super_user)
@NickWittig kannst du den PR gegebenfalls für master neu erstellen?
The purge command is reimplemented. It is a hidden command, that can only be used by super_users, as we can check this manually now with
@commands.check(checks.is_super_user)
. The actual command code is still the same as it was before removal: https://github.com/Susannova/Discord_Bot/commit/3bf83c8a388eecd1a3b401e3619b528a4e05b898