german wikipedia as default now

This commit is contained in:
+++ 2020-07-26 23:01:35 +02:00
parent 9bf4b1591b
commit b525adc581

View file

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