Token moved to .env again

This commit is contained in:
Entarno54 2025-05-11 16:28:36 +07:00
parent ef25a43234
commit a4ee53c4c8

View File

@ -1,10 +1,13 @@
import nextcord
from nextcord.ext import commands
import os
from dotenv import load_dotenv
load_dotenv()
#Defining the basic stuff here
SquogServer = 1356433463854497944
SquogToken = "MTM1NjU2MTY2MjQyOTM2ODQxMQ.G8aypc.CZBX-x6e4Oad3U5zO0nUgc02d9FDIDSNFybysI"
SquogToken = os.environ.get("TOKEN")
client = commands.Bot(command_prefix="!", intents=nextcord.Intents.all())
#Removing the default help command because no