I need help getting my bot to work
# Import Discord Package import discord # Client (our bot) client = discord.Client() @client.event async def on_ready():