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):