From e9207a1a6a0ab7b490c7a5b26821da5279c7b024 Mon Sep 17 00:00:00 2001 From: ein Date: Mon, 25 Jan 2021 11:22:55 -0800 Subject: [PATCH] sexing up 8ball with some emojis --- app/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.py b/app/bot.py index 6f9bd411..409db977 100755 --- a/app/bot.py +++ b/app/bot.py @@ -347,7 +347,7 @@ async def eight_ball(ctx): import eight_ball result = eight_ball.check_8ball(ctx.message.content) - await ctx.send(result) + await ctx.send(":8ball: %s :8ball:" % result) @bot.command(name='ffxiv') async def ffxiv(ctx):