SideProjectGuys / invite-manager-bot

A discord bot that tracks invites and much more
https://docs.invitemanager.co/
GNU General Public License v3.0
165 stars 135 forks source link

User command lockout #120

Open Valandur opened 5 years ago

Valandur commented 5 years ago

Users can lock themselves out from using any commands by setting the channels config setting to make the bot only listen to a specific channel, and then deleting said channel.

We need a smart way to handle this. The bot should remove invalid channels from the config, but this can't always be guaranteed to work. Maybe also allow admins to run config commands from any channel? @AndreasGassmann