aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorturret <turret@duck.com>2025-06-22 19:27:13 -0500
committerturret <turret@duck.com>2025-06-22 19:27:13 -0500
commit68dc23652b70495f4a11a6a72f6fb46e836b60aa (patch)
treebcfd02471c9a5836929550a0d0f9b28172231c13
parent8af26c737fc54ac558e4b4c150744bcca05acb69 (diff)
downloaddiscord-bot-skeleton-68dc23652b70495f4a11a6a72f6fb46e836b60aa.tar.gz
discord-bot-skeleton-68dc23652b70495f4a11a6a72f6fb46e836b60aa.tar.bz2
discord-bot-skeleton-68dc23652b70495f4a11a6a72f6fb46e836b60aa.zip
README: update
-rw-r--r--README.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index cd2848d..73391da 100644
--- a/README.txt
+++ b/README.txt
@@ -15,4 +15,12 @@ an issue or email me directly (will likely be placed on the issue tracker)
(turret@duck.com)
- using
-IDK! wait for release ig..
+take a look in the example/ folder!
+with the way the skeleton's build system is setup, all of the example files are added
+you can set TOKEN= in your environment or write a .env file with your token in it and
+the system will login as that bot and register all of the commands in the examples.
+
+additionally, we try to keep all of the examples independent. you can add and remove files
+dictating commands without editing any other file! gotta love magic.
+
+