Skip to content
Permalink
c1181020d8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (7 sloc) 234 Bytes
import discord
from discord.ext import commands
client = commands.Bot(command_prefix = '.')
@client.event
async def on_ready():
print(" Bot is ready. ")
client.run("Nzc2ODIzNzU0MDA0NDk2NDQ1.X66ffw.mi9WO7Qp-TvByGQTBEsouxE6MGg")