Skip to content

Commit

Permalink
Fix #2 : Return
Browse files Browse the repository at this point in the history
  • Loading branch information
VForiel committed Feb 18, 2021
1 parent 7331327 commit 0bbc326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/voices.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, bot: Gunibot):
self.file = "voices"
self.names = {'random': [], 'asterix': []}
self.channels = dict()
self.config_options = ['voice_channel', 'voice_channel_format', 'voice_roles', 'voice_category']
self.config_options = ['voice_channel', 'voice_channel_format', 'voice_roles', 'voices_category']
self.db_get_channels()

def db_get_channels(self):
Expand Down

0 comments on commit 0bbc326

Please sign in to comment.