Susannova / Discord_Bot

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

Purge removed #137

Open Susannova opened 3 years ago

Susannova commented 3 years ago

3bf83c8a388eecd1a3b401e3619b528a4e05b898

I removed purge because the default right now is that a command can be used by everyone in the channels "commands" and "commands_members". You can overwrite this default in the guild_config but if you don't do this, this command would be avaible for everyone. This is fixable but we need something new for this command.

NickWittig commented 3 years ago

@Susannova isn't this fixed now with this: https://github.com/Susannova/Discord_Bot/blob/90812533446c8c01e07cbaa9b2cf1cda3951cefa/cogs/cog_debug.py#L21-L22 if yes, we can re-instantiate the purge command

Susannova commented 3 years ago

I think with this, you can't use the command outside of the bot channel.

Susannova commented 3 years ago

But it is okay because you can use this #136.