You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
Currently, in order for people to restrict fredboat from executing commands in certain channels, people have to use discord's permissions system in order to do so, however in FredBoat Hangout fredboat is hardcoded to only respond in specific channels, otherwise it tells the user which channels these are and deletes the message after five seconds. In essense, this suggestion involves creating a completely optional channel whitelist (using the config command to add and remove channels) for fredboat to execute commands in, if fredboat is invoked outside of a whitelisted channel, it will respond with a message telling the user to move to one of the whitelisted channels.
To acheive this, the following would be required:
Translations
Database entries
Editing of the ;;config command
Allowing bot admins to execute commands in any channel
I believe this would be best to be added to the rewrite to avoid having to convert any java code to kotlin code, I would be willing to have a go at this task myself but if anyone else wants to have a look into this first I have no problem with it
The text was updated successfully, but these errors were encountered:
Currently, in order for people to restrict fredboat from executing commands in certain channels, people have to use discord's permissions system in order to do so, however in FredBoat Hangout fredboat is hardcoded to only respond in specific channels, otherwise it tells the user which channels these are and deletes the message after five seconds. In essense, this suggestion involves creating a completely optional channel whitelist (using the config command to add and remove channels) for fredboat to execute commands in, if fredboat is invoked outside of a whitelisted channel, it will respond with a message telling the user to move to one of the whitelisted channels.
To acheive this, the following would be required:
;;config
commandI believe this would be best to be added to the rewrite to avoid having to convert any java code to kotlin code, I would be willing to have a go at this task myself but if anyone else wants to have a look into this first I have no problem with it
The text was updated successfully, but these errors were encountered: