1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

La mia sul fiume

This commit is contained in:
Alby1 2020-01-10 17:49:51 +01:00 committed by Stefano Pigozzi
parent b83a6307ad
commit 8bd7911e77

View file

@ -155,6 +155,8 @@ class EatCommand(Command):
"torta": "⬜️ Non hai mangiato niente.\n[i]La {food} è una menzogna![/i]",
"cake": "⬜️ Non hai mangiato niente.\n[i]The {food} is a lie![/i]",
"markov": "🗨 Stai cercando di mangiare... un matematico russo di nome {food}?\n[i]Lo trovi un po' indigesto.[/i]",
"mia sul fiume": "Preparata dal bot con le sue stesse mani, un piatto migliore di qualsiasi altro al mondo.\n[i]Anche se non sappiamo di cosa sia"
" fatto esattamente[/i]",
}
async def run(self, args: CommandArgs, data: CommandData) -> None: