From 3eaf676ed95cdc1e31f5861b1220fdc2352cf7ce Mon Sep 17 00:00:00 2001 From: Luke Robles 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):