newfile.py2

                Never    
import discord
import asyncio
from discord.ext.commands import bot
from discorf.ext import commands
import platform
import time

bot=commands.Bot(Commands_prefix='<')

@bot.event
async def on_ready():
	print('I am online.')
	print("I am running as" + bot.user.name+ 'with the ID:' + bot.user.id+'and I am connected in'+Str(len(bot.servers)) +'servers.'' I am connected with'+Str(len(set(bot.get_all_members())))+'members')

@bot.event
async def on_ready():
	await bot.change_presence(game=discorf.Game(name = 'Youtube : cord gaming'))
	
@bot.command()
async def ping():
	await bot.say('pong!')

bot.run('NTc1OTU2NDM2NzY5NTcwODE4.XNzR_g.Nlb1vgvR504NFI4Fo7YhZqpYzq6s')

Raw Text