sexing up 8ball with some emojis

This commit is contained in:
Luke Robles 2021-01-25 11:22:55 -08:00
parent 720aa8ea15
commit 3eaf676ed9

View File

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