We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862f534 commit 96e4d0aCopy full SHA for 96e4d0a
src/commands/springerWarning.ts
@@ -342,7 +342,8 @@ export default class SpringerWarningCommand implements SpecialCommand {
342
}
343
344
const alarm = context.emoji.alarm;
345
- await message.suppressEmbeds(true);
+ // Some users complained, no supression for now
346
+ // await message.suppressEmbeds(true);
347
await message.reply(`${alarm} Achtung, Link geht zu ${warning} ${alarm}`);
348
349
0 commit comments