Skip to content

Commit 0bbc326

Browse files
committed
Fix #2 : Return
1 parent 7331327 commit 0bbc326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/voices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self, bot: Gunibot):
1313
self.file = "voices"
1414
self.names = {'random': [], 'asterix': []}
1515
self.channels = dict()
16-
self.config_options = ['voice_channel', 'voice_channel_format', 'voice_roles', 'voice_category']
16+
self.config_options = ['voice_channel', 'voice_channel_format', 'voice_roles', 'voices_category']
1717
self.db_get_channels()
1818

1919
def db_get_channels(self):

0 commit comments

Comments
 (0)