I was trying to make my bot go online but it never worked I just used these 3 lines of code:
import discord client = discord.Client() client.run(\'token\')