How would I automaticly get the usage and desc from @bot.command(usage=\'ping\', desc=\'gets bots latency\') I tried get_command() commands
@bot.command(usage=\'ping\', desc=\'gets bots latency\')
get_command()
commands