mirror of
https://gitlab.com/MisterBiggs/multi-bot-tutorial.git
synced 2025-08-02 19:41:35 +00:00
forgot to import about
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user