1
0
mirror of https://gitlab.com/MisterBiggs/multi-bot-tutorial.git synced 2025-06-15 14:46:41 +00:00

forgot to import about

This commit is contained in:
Anson 2019-08-27 15:37:15 -07:00
parent 50065fa5e3
commit cfef152228

View File

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