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'))
|
BIN
data/users.db
Normal file
BIN
data/users.db
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user