Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Oct 13, 2023
1 parent b127b72 commit eaccd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ export const makeCommands = (options: WebhookOptions): InteractionHandlers => [
return {
type: InteractionResponseType.DeferredChannelMessageWithSource,
data: {
content: "ピン留め中…"
}
content: "ピン留め中…",
},
};
},
],
Expand Down

0 comments on commit eaccd2b

Please sign in to comment.