We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7925124 commit ef69872Copy full SHA for ef69872
src/features/bp/bp-command.ts
@@ -53,7 +53,7 @@ class sendBp extends Subcommand {
53
content:
54
`[${interaction.user}] <@&${raiderRoleId}>
55
` + formattedMessage,
56
- components: components,
+ components: savedBp?.location ? components : undefined,
57
});
58
59
interaction.editReply("Batphone posted: " + message);
0 commit comments