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

little salami

This commit is contained in:
Alby1 2019-12-06 11:51:25 +01:00 committed by GitHub
parent a4d78ffc19
commit 56dc9964fc
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,8 @@ 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]",
"little salami" "🥓Cats can have {food} too!",
"a little salami" "🥓Cats can have {food} too!",
}
async def run(self, args: CommandArgs, data: CommandData) -> None: