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

Added cochina

Very cool
This commit is contained in:
Nemesis 2019-12-06 14:50:24 +01:00 committed by GitHub
parent 9f825ff7db
commit ff2520ba53
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,7 @@ class EatCommand(Command):
"red bull": "🍾 Hai mangiato {food}.\n[i]Adesso puoi volare![/i]",
"birra": "🍺 Hai mangiato {food}.\n[i]Adesso sei un povero barbone alcolizzato.[/i]",
"cacca": "💩 Che schifo! Hai mangiato {food}!\n[i]Allontati per favore, PLEH![/i]",
"cochina": "🥫 Hai bevuto una {food}. \n[i]Bella fresca.[\i]",
}
async def run(self, args: CommandArgs, data: CommandData) -> None: