diff --git a/src/features/commands.ts b/src/features/commands.ts index ee31f4db..6f862948 100644 --- a/src/features/commands.ts +++ b/src/features/commands.ts @@ -83,7 +83,8 @@ const commandsList: Command[] = [ { title: "Please Avoid Cross-Posting", type: EmbedType.Rich, - description: "Just a friendly reminder: please avoid posting the same message in multiple channels. Choose the channel that best fits your question and allow some time for a response. If you don’t hear back after a while, feel free to bump your message.", + description: + "Just a friendly reminder: please avoid posting the same message in multiple channels. Choose the channel that best fits your question and allow some time for a response. If you don’t hear back after a while, feel free to bump your message.", color: EMBED_COLOR, }, ],