From 937f0ebf8d47a53dbe47741359caeb400ebc18d1 Mon Sep 17 00:00:00 2001 From: TVanteeffelen Date: Mon, 21 Apr 2025 12:40:17 +0000 Subject: [PATCH] Manual import --- README.md | 3 +++ requirements.txt | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 README.md create mode 100644 requirements.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..c001f2b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# G4_Bot + +Bot designed for exclusive use in the G4 Discord. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f1f5daa --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +aiohappyeyeballs==2.6.1 +aiohttp==3.11.13 +aiosignal==1.3.2 +attrs==25.2.0 +certifi==2025.1.31 +frozenlist==1.5.0 +idna==3.10 +load-dotenv==0.1.0 +multidict==6.1.0 +propcache==0.3.0 +py-cord==2.6.1 +python-dotenv==1.0.1 +yarl==1.18.3