mirror of
https://gitlab.com/MisterBiggs/multi-bot-tutorial.git
synced 2025-06-16 07:06:51 +00:00
forgot to import about
This commit is contained in:
parent
50065fa5e3
commit
cfef152228
@ -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")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user