From 0e18c2e52f1f661ec708e72c4fc9cfecdc5da7c1 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Wed, 5 Feb 2025 22:12:00 -0700 Subject: [PATCH] chatsounds: aliases --- src/modules/misc/chatsounds.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/misc/chatsounds.js b/src/modules/misc/chatsounds.js index 4783604..5a75a07 100644 --- a/src/modules/misc/chatsounds.js +++ b/src/modules/misc/chatsounds.js @@ -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) {