added data dir

This commit is contained in:
kaylee 2024-02-22 07:01:33 +00:00
parent eb2c658f36
commit 501290ea51
2 changed files with 7 additions and 0 deletions

7
bot.py
View File

@ -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

Binary file not shown.