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()