2.0-rewrite #2

Merged
ChrisChrome merged 14 commits from 2.0-rewrite into main 2025-01-25 12:06:49 -07:00
Showing only changes of commit f26b8b22de - Show all commits

View file

@ -30,7 +30,7 @@ module.exports.execute = async (interaction) => {
switch (subcommand) {
case 'silence': // Run `asterisk -x "channel request hangup all"
runCommand('asterisk -x "channel request hangup all"').then((res) => {
interaction.reply({ content: ``, ephemeral: true });
interaction.reply({ content: `Silenced`, ephemeral: true });
});
break;
case 'reload': // Run `fwconsole reload`