Skip to content

Commit 96e4d0a

Browse files
committed
Disable supress
1 parent 862f534 commit 96e4d0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/commands/springerWarning.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ export default class SpringerWarningCommand implements SpecialCommand {
342342
}
343343

344344
const alarm = context.emoji.alarm;
345-
await message.suppressEmbeds(true);
345+
// Some users complained, no supression for now
346+
// await message.suppressEmbeds(true);
346347
await message.reply(`${alarm} Achtung, Link geht zu ${warning} ${alarm}`);
347348
}
348349

0 commit comments

Comments
 (0)