diff --git a/bot.py b/bot.py index 271069e747934d518662979347e2777db2ed77dc..a0cd194b717d7da3675fac1b1110ba2cd474caed 100755 --- a/bot.py +++ b/bot.py @@ -56,7 +56,7 @@ class Bot(Client): texte = texte.replace('!kohlanta ', '') return useless.kohlanta(texte, channel) if texte == '!pipo': - return useless.pipo() + return useless.pipo('useless/pipotron.txt') if texte == '!ping': return 'Pong !' if any(word.lower() in texte.lower() for word in Bot.ahah_liste):