Added extra annotations
This commit is contained in:
parent
ea905e81ae
commit
133da99ad9
2
main.py
2
main.py
@ -7,7 +7,7 @@ import os
|
|||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
#Getting the token from .env. TOKEN = ...
|
#Getting the token from .env file : TOKEN = ...
|
||||||
SquogToken = os.environ.get("BOT_TOKEN")
|
SquogToken = os.environ.get("BOT_TOKEN")
|
||||||
|
|
||||||
client = commands.Bot(command_prefix="!", intents=nextcord.Intents.all())
|
client = commands.Bot(command_prefix="!", intents=nextcord.Intents.all())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user