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:
parent
50065fa5e3
commit
cfef152228
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user