summaryrefslogtreecommitdiff
path: root/src/utils/genCmdURL.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/genCmdURL.ts')
-rw-r--r--src/utils/genCmdURL.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/genCmdURL.ts b/src/utils/genCmdURL.ts
deleted file mode 100644
index 0519de0..0000000
--- a/src/utils/genCmdURL.ts
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = (cmd: { group: { name: string; }; name: any; }) => `/commands/${cmd.group.name.toLowerCase().replace(/\s/g, "-")}/${cmd.name}`; \ No newline at end of file