mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-11 06:36:24 +02:00
Minor correction of an excess backspace
This commit is contained in:
@@ -45,7 +45,7 @@ class Config(object):
|
||||
for module in blacklist:
|
||||
self._config_dict['blacklist'].append(module.strip())
|
||||
if 'greeting' not in self._config_dict:
|
||||
self._config_dict['greeting'] = "Hallo "
|
||||
self._config_dict['greeting'] = "Hallo"
|
||||
@property
|
||||
def lang(self):
|
||||
return self._config_dict["lang"]
|
||||
|
||||
Reference in New Issue
Block a user