From 86066a0d356273b2ee5332d6a90eab3887176ad5 Mon Sep 17 00:00:00 2001 From: jsl12 <32917998+jsl12@users.noreply.github.com> Date: Fri, 21 Jan 2022 09:59:37 -0600 Subject: [PATCH] added requirements.txt --- main.py | 5 ++++- requirements.txt | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/main.py b/main.py index 2ab941c..9f39305 100644 --- a/main.py +++ b/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 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e72f020 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +python-dotenv +discordpy +nextcord \ No newline at end of file