Trying to get the bot online

testing
sgoudham 5 years ago
parent 3cda3a4daf
commit b15140ee1d

@ -3,8 +3,6 @@ import discord
from discord.ext import commands from discord.ext import commands
# Bot Prefix # Bot Prefix
from discord.ext.commands import bot
client = commands.Bot(command_prefix='~') client = commands.Bot(command_prefix='~')
token = open("DiscordToken/token.txt", "rt").readline() token = open("DiscordToken/token.txt", "rt").readline()

Loading…
Cancel
Save