Skip to content

Commit

Permalink
fix: force remove [贴纸] when sticker-puppeting
Browse files Browse the repository at this point in the history
  • Loading branch information
rikumi authored Sep 25, 2024
1 parent fec702d commit 54dac1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/s.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const handleSlashCommand = async (message: GenericMessage) => {
}
defaultClientSet.replicateMessageForUser({
...message,
text: `[贴纸]`,
text: '',
media: sticker,
});
message.disableBridging = true;
Expand Down

0 comments on commit 54dac1e

Please sign in to comment.