import discord
from discord.ext.commands import Bot

butter = Bot(command_prefix="b^")

Bot.change_status(game="Prefix: b^", idle=False)


@butter.event
async def on_read():
    print("Client logged in")


@butter.command()
async def hello(*args):
    return await butter.say("Hello, world!")


#butter.run("MzIxNDA4Mzk4NjY5MjUwNTYy.DBgF4Q.1h6Z7TsKojZstNqQfKrjWcL")


@butter.command()
async def hlep(*args):
    send_message(
        user,
        content=
        '''Hello there! I am Butterscotch, a Discord bot made in Python by Eve6262. The following are my commands:
Important:
-help : What you put in the chat to generate this message.
-info (@user) : Gets the info of a user. typed as: b^info @Eve6262
-invite : Procures the invite link for you to use. Have fun inviting me places!