From 9b034e8436c6c27a8940558ede06503b422f30c5 Mon Sep 17 00:00:00 2001 From: Xaloc Date: Mon, 20 Mar 2023 19:54:38 +0100 Subject: [PATCH] first version with one command (sky) --- .gitignore | 1 + __pycache__/config.cpython-310.pyc | Bin 0 -> 264 bytes auroraBot.py | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 __pycache__/config.cpython-310.pyc create mode 100644 auroraBot.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4acd06b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.py diff --git a/__pycache__/config.cpython-310.pyc b/__pycache__/config.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68d35e481943ec5d8e986e3451b8fe6bc91f150c GIT binary patch literal 264 zcmd1j<>g`kf;Y<~Qi_1|V-N=!FakLaKwQiNBvKfn7*ZIc7*m*n88n%5Sb#zd3`?rs zhF*xQ^6(9DH1Vqntn#Z0HSl!_H1N$zHUjbuebe>a9V") + return + else: + await ctx.send(message) + return + +bot.run(TOKEN) \ No newline at end of file