added requirements.txt
This commit is contained in:
5
main.py
5
main.py
@@ -11,7 +11,10 @@ if __name__ == '__main__':
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
# https://discordpy.readthedocs.io/en/stable/quickstart.html
|
||||
client = Kwaylon()
|
||||
client = Kwaylon(
|
||||
# limit=100,
|
||||
# days=10
|
||||
)
|
||||
|
||||
|
||||
@client.event
|
||||
|
||||
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
python-dotenv
|
||||
discordpy
|
||||
nextcord
|
||||
Reference in New Issue
Block a user