Skip to content

Commit 96dabc4

Browse files
committed
Don't ping users
1 parent 227dfc4 commit 96dabc4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/commands/instagram.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ export default class InstagramLink implements SpecialCommand {
7878
await message.reply({
7979
content: "Dein Dreckspost du Hund:",
8080
files,
81+
allowedMentions: {
82+
repliedUser: false,
83+
},
8184
});
8285
}
8386
await message.suppressEmbeds(true);

0 commit comments

Comments
 (0)