From cfef1522286d5a4a83acf764936c2c5b5cd754e4 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 27 Aug 2019 15:37:15 -0700 Subject: [PATCH] forgot to import about --- discordBot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discordBot.py b/discordBot.py index 5b4567e..a7b8496 100644 --- a/discordBot.py +++ b/discordBot.py @@ -1,5 +1,5 @@ import discord -from functions import nextLaunch, roadster +from functions import nextLaunch, roadster, about client = discord.Client() @@ -65,5 +65,6 @@ async def on_message(message): await message.channel.send(embed=embed) + client.run("TOKEN")