FIX: Removed the branch
This commit is contained in:
parent
fce87e7924
commit
7909594da8
@ -24,6 +24,5 @@ config = {
|
||||
'update': {'enabled': True},
|
||||
'data_privacy': {'enabled': True},
|
||||
'term_privacy': {'enabled': True}
|
||||
},
|
||||
'UPDATE_BRANCH': 'dev-rework'
|
||||
}
|
||||
}
|
||||
|
4
main.py
4
main.py
@ -61,8 +61,8 @@ class Selena(discord.Client):
|
||||
|
||||
if config['modules']['update']['enabled']:
|
||||
from modules.admin.update import setup as update_setup
|
||||
branch_name = config.get('UPDATE_BRANCH', 'dev-rework')
|
||||
update_setup(self, branch=branch_name)
|
||||
update_setup = update_setup(self)
|
||||
update_setup(self.tree)
|
||||
|
||||
if config['modules']['data_privacy']['enabled']:
|
||||
from modules.admin.data_privacy import DataPrivacy
|
||||
|
Loading…
x
Reference in New Issue
Block a user