aboutsummaryrefslogtreecommitdiff
path: root/174bg/discord-bot/commands/_index.js
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-16 16:43:48 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-16 16:43:48 +0100
commitd723827b91cbe59a7ccbb12942172ed00cc2006e (patch)
treec1ed40cbcfef8009c7e0ab28f6df62d98fd1a7f1 /174bg/discord-bot/commands/_index.js
parent0b8d4e34e064a847bed236808c0873ce727bccf0 (diff)
downloadunnamed-group-d723827b91cbe59a7ccbb12942172ed00cc2006e.tar
unnamed-group-d723827b91cbe59a7ccbb12942172ed00cc2006e.tar.gz
unnamed-group-d723827b91cbe59a7ccbb12942172ed00cc2006e.tar.bz2
unnamed-group-d723827b91cbe59a7ccbb12942172ed00cc2006e.tar.xz
unnamed-group-d723827b91cbe59a7ccbb12942172ed00cc2006e.zip
replace close command with close-ticket command and update exports
Diffstat (limited to '174bg/discord-bot/commands/_index.js')
-rw-r--r--174bg/discord-bot/commands/_index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/174bg/discord-bot/commands/_index.js b/174bg/discord-bot/commands/_index.js
index 06615dd..d1a50c6 100644
--- a/174bg/discord-bot/commands/_index.js
+++ b/174bg/discord-bot/commands/_index.js
@@ -1,6 +1,6 @@
import requisition from "./requisition.js";
-import close from "./close.js";
+import closeTicket from "./close-ticket.js";
-export { requisition, close };
+export { requisition, closeTicket };
-export default [requisition, close];
+export default [requisition, closeTicket];