summaryrefslogtreecommitdiff
path: root/src/utils/genCmdURL.ts
blob: 4d658bc151080ae0050184a8e4821c460fa33e0f (plain) (blame)
1
module.exports = cmd => `/commands/${cmd.group.name.toLowerCase().replace(/\s/g, "-")}/${cmd.name}`;