mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Reverted Ping back to its original state (#1712)
This commit is contained in:
parent
5afd8174ca
commit
07eb6bf88e
@ -53,10 +53,7 @@ class Core:
|
|||||||
@commands.command(hidden=True)
|
@commands.command(hidden=True)
|
||||||
async def ping(self, ctx):
|
async def ping(self, ctx):
|
||||||
"""Pong."""
|
"""Pong."""
|
||||||
if ctx.guild is None or ctx.channel.permissions_for(ctx.guild.me).add_reactions:
|
await ctx.send("Pong.")
|
||||||
await ctx.message.add_reaction("\U0001f3d3") # ping pong paddle
|
|
||||||
else:
|
|
||||||
await ctx.maybe_send_embed("Pong.")
|
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def info(self, ctx: commands.Context):
|
async def info(self, ctx: commands.Context):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user