Token moved to .env again
This commit is contained in:
parent
ef25a43234
commit
a4ee53c4c8
5
main.py
5
main.py
@ -1,10 +1,13 @@
|
|||||||
import nextcord
|
import nextcord
|
||||||
from nextcord.ext import commands
|
from nextcord.ext import commands
|
||||||
import os
|
import os
|
||||||
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
|
load_dotenv()
|
||||||
|
|
||||||
#Defining the basic stuff here
|
#Defining the basic stuff here
|
||||||
SquogServer = 1356433463854497944
|
SquogServer = 1356433463854497944
|
||||||
SquogToken = "MTM1NjU2MTY2MjQyOTM2ODQxMQ.G8aypc.CZBX-x6e4Oad3U5zO0nUgc02d9FDIDSNFybysI"
|
SquogToken = os.environ.get("TOKEN")
|
||||||
|
|
||||||
client = commands.Bot(command_prefix="!", intents=nextcord.Intents.all())
|
client = commands.Bot(command_prefix="!", intents=nextcord.Intents.all())
|
||||||
#Removing the default help command because no
|
#Removing the default help command because no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user