diff options
Diffstat (limited to '174bg/discord-bot/commands/_index.js')
| -rw-r--r-- | 174bg/discord-bot/commands/_index.js | 6 |
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]; |
