fix: bugs?
Node.js CI / Lint and Test (push) Successful in 1m24s

This commit is contained in:
2025-07-14 14:18:00 -07:00
parent 1fcb658cf1
commit 15b4626f8d
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export const about = async (_hikari, interaction) => {
setURL("https://forum.nhcarrigan.com")),
];
await interaction.reply({
components,
components: components,
flags: MessageFlags.IsComponentsV2,
});
}