Reverted Ping back to its original state (#1712)

This commit is contained in:
Michael H 2018-05-28 00:17:02 -04:00 committed by Kowlin
parent 5afd8174ca
commit 07eb6bf88e

View File

@ -53,10 +53,7 @@ class Core:
@commands.command(hidden=True)
async def ping(self, ctx):
"""Pong."""
if ctx.guild is None or ctx.channel.permissions_for(ctx.guild.me).add_reactions:
await ctx.message.add_reaction("\U0001f3d3") # ping pong paddle
else:
await ctx.maybe_send_embed("Pong.")
await ctx.send("Pong.")
@commands.command()
async def info(self, ctx: commands.Context):