1import os
2import discord
3import json
4from discord import message
5from discord.ext import commands
6client.Bot(command_prefix=('^'))
7
8from discord import client
9
10@client.event
11async def on_ready(message):
12 print('Bot is ready.')
13client.run('TOKEN')