We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7331327 commit 0bbc326Copy full SHA for 0bbc326
plugins/voices.py
@@ -13,7 +13,7 @@ def __init__(self, bot: Gunibot):
13
self.file = "voices"
14
self.names = {'random': [], 'asterix': []}
15
self.channels = dict()
16
- self.config_options = ['voice_channel', 'voice_channel_format', 'voice_roles', 'voice_category']
+ self.config_options = ['voice_channel', 'voice_channel_format', 'voice_roles', 'voices_category']
17
self.db_get_channels()
18
19
def db_get_channels(self):
0 commit comments