chatsounds: aliases
This commit is contained in:
parent
5196e2d72f
commit
0e18c2e52f
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue