diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-22 15:32:57 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-22 15:32:57 +0100 |
| commit | 72487019b3f255cece40a8073bbad8bc9968a3b7 (patch) | |
| tree | b6590e63039cdc8b1820bd345cdfe83f28ff839b /174bg/discord-bot/commands/_index.js | |
| parent | da0509c91376f56f133872eddd2e4282d76f215e (diff) | |
| download | unnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.tar unnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.tar.gz unnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.tar.bz2 unnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.tar.xz unnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.zip | |
major code refactor, add uex lookup
Diffstat (limited to '174bg/discord-bot/commands/_index.js')
| -rw-r--r-- | 174bg/discord-bot/commands/_index.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/174bg/discord-bot/commands/_index.js b/174bg/discord-bot/commands/_index.js deleted file mode 100644 index 2421b4d..0000000 --- a/174bg/discord-bot/commands/_index.js +++ /dev/null @@ -1,7 +0,0 @@ -import requisition from "./requisition.js"; -import closeTicket from "./close-ticket.js"; -import oncallCheck from "./oncall-check.js"; - -export { requisition, closeTicket, oncallCheck }; - -export default [requisition, closeTicket, oncallCheck]; |
