tsoding / kgbotka

Twitch/Discord Chat Bot that works for KGB monkaS
https://twitch.tv/tsoding
MIT License
17 stars 1 forks source link

Twitch-channel specific call-prefix #254

Closed herrhotzenplotz closed 4 years ago

herrhotzenplotz commented 4 years ago

I needed to change the call-prefix of commands per Twitch-channel. You can now change the prefix for a twitch channel in the repl by running e.g. #tsoding> setprefix $ to set the command call prefix to $. Prefix is stored in the JoinedTwitchChannels table. Default is !. Discord is not affected by this, it will still use the Settings table.

Please let me know if you have issues with that.

rexim commented 4 years ago

@herrhotzenplotz looks good to me! :+1: Thank you for your contribution!