Browse Source

test mendhandler

master
Nemesis 6 years ago
parent
commit
6540c4c12b
  1. 1
      asmodee.py

1
asmodee.py

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

Loading…
Cancel
Save