Susannova / Discord_Bot

A configurable discord bot that can run on multiple servers simultaneously.
MIT License
2 stars 1 forks source link

Reimplemented the purge command #153

Closed NickWittig closed 1 year ago

NickWittig commented 3 years 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

Susannova commented 1 year ago

@NickWittig kannst du den PR gegebenfalls für master neu erstellen?