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