diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-18 13:35:21 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-18 13:35:21 +0100 |
| commit | 33fc86d95c7339525d46d0707b45d303a664f49f (patch) | |
| tree | b1d543a71f1cc700db327bd4e105dfb145388bc7 /174bg/discord-bot/commands/_index.js | |
| parent | 75fe60c1d8014c2613f487799b2d4168493d2979 (diff) | |
| download | unnamed-group-33fc86d95c7339525d46d0707b45d303a664f49f.tar unnamed-group-33fc86d95c7339525d46d0707b45d303a664f49f.tar.gz unnamed-group-33fc86d95c7339525d46d0707b45d303a664f49f.tar.bz2 unnamed-group-33fc86d95c7339525d46d0707b45d303a664f49f.tar.xz unnamed-group-33fc86d95c7339525d46d0707b45d303a664f49f.zip | |
populate uex_items
Diffstat (limited to '174bg/discord-bot/commands/_index.js')
| -rw-r--r-- | 174bg/discord-bot/commands/_index.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/174bg/discord-bot/commands/_index.js b/174bg/discord-bot/commands/_index.js index 2421b4d..77452ff 100644 --- a/174bg/discord-bot/commands/_index.js +++ b/174bg/discord-bot/commands/_index.js @@ -1,7 +1,8 @@ import requisition from "./requisition.js"; import closeTicket from "./close-ticket.js"; import oncallCheck from "./oncall-check.js"; +import pocketbase from "./pocketbase.js"; -export { requisition, closeTicket, oncallCheck }; +export { requisition, closeTicket, oncallCheck, pocketbase }; -export default [requisition, closeTicket, oncallCheck]; +export default [requisition, closeTicket, oncallCheck, pocketbase]; |
