generated from Nemesis/Exemple
test mendhandler
This commit is contained in:
parent
c81a03326f
commit
6540c4c12b
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue