Skip to content

Commit

Permalink
🥓
Browse files Browse the repository at this point in the history
  • Loading branch information
xPMo committed Mar 29, 2021
1 parent 6ffb2b9 commit 455ce5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bacon.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async def matrix_message(self, bot, room, event):
else:
target = ' '.join(args)
self.logger.debug(f"room: {room.name} sender: {event.sender} asked for bacon")
await bot.send_text(room, f"gives {target} a strip of bacon", msgtype="m.emote")
await bot.send_text(room, f"gives {target} a strip of bacon 🥓", msgtype="m.emote")

def help(self):
return 'Ask for a strip of bacon'

0 comments on commit 455ce5c

Please sign in to comment.