Added extra annotations

This commit is contained in:
Entarno54 2025-05-12 20:42:45 +07:00
parent ea905e81ae
commit 133da99ad9

View File

@ -7,7 +7,7 @@ import os
load_dotenv()
#Getting the token from .env. TOKEN = ...
#Getting the token from .env file : TOKEN = ...
SquogToken = os.environ.get("BOT_TOKEN")
client = commands.Bot(command_prefix="!", intents=nextcord.Intents.all())