added requirements.txt

This commit is contained in:
jsl12
2022-01-21 09:59:37 -06:00
parent 8a58973cee
commit 86066a0d35
2 changed files with 7 additions and 1 deletions

View File

@@ -11,7 +11,10 @@ if __name__ == '__main__':
logging.basicConfig(level=logging.INFO) logging.basicConfig(level=logging.INFO)
# https://discordpy.readthedocs.io/en/stable/quickstart.html # https://discordpy.readthedocs.io/en/stable/quickstart.html
client = Kwaylon() client = Kwaylon(
# limit=100,
# days=10
)
@client.event @client.event

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
python-dotenv
discordpy
nextcord