Fix the automod words menu

pull/42/head
Skyler Grey 3 years ago
parent 7a966dfeef
commit 94f18672b1
Signed by: Minion3665
GPG Key ID: 1AFD10256B3C714D

@ -1086,6 +1086,7 @@ const callback = async (interaction: CommandInteraction): Promise<void> => {
break; break;
} }
case "words": { case "words": {
await i.deferUpdate();
config.wordFilter = await wordMenu(i, m, config.wordFilter); config.wordFilter = await wordMenu(i, m, config.wordFilter);
break; break;
} }

Loading…
Cancel
Save