Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -*- coding: cp1252 -*-
- import willie
- from willie.module import commands, example
- @command('tassa',)
- @example('@cafe, @tassa')
- def dibuix_tassa(bot, trigger):
- bot.say(' {')
- bot.say(' } } {')
- bot.say(' { { } }')
- bot.say(' } }{ {')
- bot.say(' { }{ } }')
- bot.say(' ( }{ }{ { )')
- bot.say(' .- { { } { }} -.')
- bot.say(' ( ( } { } { } } )')
- bot.say(" |`-..________ ..-'|")
- bot.say(' | |')
- bot.say(' | ;--.')
- bot.say(' | (__ \ ')
- bot.say(' | | ) )')
- bot.say(' | |/ /')
- bot.say(' | ( /')
- bot.say(" | y'")
- bot.say(' | |')
- bot.say(" `-.._________..-'")
- bot.say("Aquí tens la tassa, vigila no cremar-te, que fumeja!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement