chatsounds: aliases

This commit is contained in:
Cynthia Foxwell 2025-02-05 22:12:00 -07:00
parent 5196e2d72f
commit 0e18c2e52f
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -19,6 +19,8 @@ const sh = new Chatsounds({modifiers: defaultModifiers, gitHubToken: hf.apikeys.
})();
const chatsounds = new Command("chatsounds");
chatsounds.addAlias("chatsound");
chatsounds.addAlias("saysound");
chatsounds.category = "misc";
chatsounds.helpText = "Garry's Mod chatsounds as a file output";
chatsounds.callback = async function (msg, line) {