From b15140ee1d7b3328ebdd6f7fe48956fdfdfb8cdc Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 3 Jun 2020 20:19:20 +0100 Subject: [PATCH] Trying to get the bot online --- DiscordToken/blank.py | 0 EnsoBot.py | 2 -- 2 files changed, 2 deletions(-) create mode 100644 DiscordToken/blank.py diff --git a/DiscordToken/blank.py b/DiscordToken/blank.py new file mode 100644 index 00000000..e69de29b diff --git a/EnsoBot.py b/EnsoBot.py index 0ac24b94..9475b4a5 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -3,8 +3,6 @@ import discord from discord.ext import commands # Bot Prefix -from discord.ext.commands import bot - client = commands.Bot(command_prefix='~') token = open("DiscordToken/token.txt", "rt").readline()