aboutsummaryrefslogtreecommitdiff
path: root/174bg/discord-bot/commands/_index.js
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-15 13:56:24 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-15 13:56:24 +0100
commita8cd84b8291990265dbdddcdaa079886234180a1 (patch)
tree20dec2454dc7ee331f29d53b339f0f26a384b56a /174bg/discord-bot/commands/_index.js
parentc488c4840588fd88fa840306c40ab99ebb3512b9 (diff)
downloadunnamed-group-a8cd84b8291990265dbdddcdaa079886234180a1.tar
unnamed-group-a8cd84b8291990265dbdddcdaa079886234180a1.tar.gz
unnamed-group-a8cd84b8291990265dbdddcdaa079886234180a1.tar.bz2
unnamed-group-a8cd84b8291990265dbdddcdaa079886234180a1.tar.xz
unnamed-group-a8cd84b8291990265dbdddcdaa079886234180a1.zip
refactor codebase for dry
Diffstat (limited to '174bg/discord-bot/commands/_index.js')
-rw-r--r--174bg/discord-bot/commands/_index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/174bg/discord-bot/commands/_index.js b/174bg/discord-bot/commands/_index.js
new file mode 100644
index 0000000..06615dd
--- /dev/null
+++ b/174bg/discord-bot/commands/_index.js
@@ -0,0 +1,6 @@
+import requisition from "./requisition.js";
+import close from "./close.js";
+
+export { requisition, close };
+
+export default [requisition, close];