added data dir
This commit is contained in:
parent
eb2c658f36
commit
501290ea51
7
bot.py
7
bot.py
|
@ -0,0 +1,7 @@
|
|||
import discord
|
||||
import os
|
||||
from discord.ext import commands
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv("./vars/.env")
|
||||
print(os.getenv('TOKEN'))
|
Binary file not shown.
Loading…
Reference in New Issue