german wikipedia as default now

This commit is contained in:
+++ 2020-07-26 23:01:35 +02:00
parent 9bf4b1591b
commit b525adc581
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Plugin(Plugin):
def run(self, stanza):
'''
'''
lang = 'en'
lang = 'de'
pattern = None
call_msg = 'Call "!help {}"'.format(self.get_command())
no_args_msg = ' '.join(('No search pattern!', call_msg))