Allowed the ping command to be called from The Bench Discord

testing
sgoudham 4 years ago
parent 8432c6685d
commit ca0b1c11cf

@ -29,7 +29,7 @@ async def on_ready():
# Bot ~Ping command in milliseconds # Bot ~Ping command in milliseconds
@client.command(aliases=["Ping"]) @client.command(aliases=["Ping"])
@commands.has_any_role('Hamothy') @commands.has_any_role('Hamothy', 'Servant')
async def ping(ctx): async def ping(ctx):
await ctx.send(f'Pong! {round(client.latency * 1000)}ms') await ctx.send(f'Pong! {round(client.latency * 1000)}ms')

Loading…
Cancel
Save