Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bot to have designated image-recognition channels so that other bot commands can be made broadly available without performance impact #24

Open
ineffyble opened this issue Apr 2, 2021 · 2 comments

Comments

@ineffyble
Copy link
Member

My understanding is the bot is restricted to specific channels on each Discord guild/server for performance reasons related to image analysis.

However, there's no reason the bot shouldn't respond to other commands in all channels it is present in. This would be useful in the main community Discord where I frequently have to screenshot a bot reply from the bot channel, or use an alternative bot.

@AlexCPU
Copy link
Contributor

AlexCPU commented Apr 2, 2021

We don't actively restrict currently, but ask people to do so, such that we don't process will their cat pictures. If we want to change this, we probably need a proper admin panel for the bot. And therefore the actual change here is to not process images unless they are in the bot channel. The bot will reply to everything valid in all channels it is in already.

@ineffyble
Copy link
Member Author

This makes sense.

@ineffyble ineffyble changed the title Bot should respond to non-image commands in all channels Allow bot to have designated image-recognition channels so that other bot commands can be made broadly available without performance impact Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants