normal discord py codes

Solutions on MaxInterview for normal discord py codes by the best coders in the world

showing results for - "normal discord py codes"
Elena
05 May 2019
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')