import discord from discord.ext import commands botToken = "*" client = commands.Bot(command_prefix = \'*\') @client.event async def on_ready(): prin