My code is run bot is online.But command can't
import discord
from discord.ext import commands
client = commands.Bot(command_prefix=".")
@client.event
async def on_ready():
print('Logged in as {0.user}'.format(client))
@client.command(description='ping')
async def ping(ctx):
await ctx.send(f'{round(client.latency*1000)}ms')
client.run(!@#$$%)