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