Compare commits

..

2 Commits

Author SHA1 Message Date
kaylee 501290ea51 added data dir 2024-02-22 07:01:33 +00:00
kaylee eb2c658f36 first commit 2024-02-22 06:47:46 +00:00
2 changed files with 7 additions and 0 deletions

7
bot.py Normal file
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.