mirror of
https://gitlab.com/MisterBiggs/multi-bot-tutorial.git
synced 2025-08-03 12:01:34 +00:00
forgot to import about
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import discord
|
import discord
|
||||||
from functions import nextLaunch, roadster
|
from functions import nextLaunch, roadster, about
|
||||||
|
|
||||||
client = discord.Client()
|
client = discord.Client()
|
||||||
|
|
||||||
@@ -65,5 +65,6 @@ async def on_message(message):
|
|||||||
|
|
||||||
await message.channel.send(embed=embed)
|
await message.channel.send(embed=embed)
|
||||||
|
|
||||||
|
|
||||||
client.run("TOKEN")
|
client.run("TOKEN")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user