test mendhandler

This commit is contained in:
Nemesis 2018-08-08 00:16:11 +02:00
parent c81a03326f
commit 6540c4c12b

View file

@ -1657,6 +1657,7 @@ def main():
quote_handler = MCommandHandler("quote", quote) quote_handler = MCommandHandler("quote", quote)
bot.add_handler(quote_handler) bot.add_handler(quote_handler)
addquote_handler = MEndHandler("addquote", addquote) addquote_handler = MEndHandler("addquote", addquote)
bot.add_handler(addquote_handler)
# bieres # bieres
if ('biere' in liste_mod): if ('biere' in liste_mod):