We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5263a commit 9a92e91Copy full SHA for 9a92e91
src/modules/misc.ts
@@ -211,6 +211,7 @@ export async function handleJustAskCommand(
211
try {
212
await interaction.channel?.send("https://dontasktoask.com/");
213
await interaction.editReply(utils.CheckMarkEmoji + "Sent");
214
+ logger.info({ member: interaction.member }, "Used don't ask to ask");
215
} catch (e) {
216
logger.error(e, "Error while executing just ask command");
217
await interaction.editReply(utils.XEmoji + "Something went wrong.");
0 commit comments