Advertisement
Guest User

cafe.py

a guest
Apr 2nd, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # -*- coding: cp1252 -*-
  2. import willie
  3. from willie.module import commands, example
  4. @command('tassa',)
  5. @example('@cafe, @tassa')
  6. def dibuix_tassa(bot, trigger):
  7. bot.say(' {')
  8. bot.say(' } } {')
  9. bot.say(' { { } }')
  10. bot.say(' } }{ {')
  11. bot.say(' { }{ } }')
  12. bot.say(' ( }{ }{ { )')
  13. bot.say(' .- { { } { }} -.')
  14. bot.say(' ( ( } { } { } } )')
  15. bot.say(" |`-..________ ..-'|")
  16. bot.say(' | |')
  17. bot.say(' | ;--.')
  18. bot.say(' | (__ \ ')
  19. bot.say(' | | ) )')
  20. bot.say(' | |/ /')
  21. bot.say(' | ( /')
  22. bot.say(" | y'")
  23. bot.say(' | |')
  24. bot.say(" `-.._________..-'")
  25. bot.say("Aquí tens la tassa, vigila no cremar-te, que fumeja!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement