diff options
author | turret <turret@duck.com> | 2025-06-22 19:27:13 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2025-06-22 19:27:13 -0500 |
commit | 68dc23652b70495f4a11a6a72f6fb46e836b60aa (patch) | |
tree | bcfd02471c9a5836929550a0d0f9b28172231c13 | |
parent | 8af26c737fc54ac558e4b4c150744bcca05acb69 (diff) | |
download | discord-bot-skeleton-68dc23652b70495f4a11a6a72f6fb46e836b60aa.tar.gz discord-bot-skeleton-68dc23652b70495f4a11a6a72f6fb46e836b60aa.tar.bz2 discord-bot-skeleton-68dc23652b70495f4a11a6a72f6fb46e836b60aa.zip |
README: update
-rw-r--r-- | README.txt | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. + + |