Skip to content

Commit c53bfaa

Browse files
authored
remove trimLines
Signed-off-by: GitHub <[email protected]>
1 parent bb4fdf6 commit c53bfaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/plugins/ModActions/commands/CasesUserCmd.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { commandTypeHelpers as ct } from "../../../commandTypes";
33
import { CaseTypes } from "../../../data/CaseTypes";
44
import { sendErrorMessage } from "../../../pluginUtils";
55
import { CasesPlugin } from "../../../plugins/Cases/CasesPlugin";
6-
import { UnknownUser, chunkArray, emptyEmbedValue, renderUserUsername, resolveUser, trimLines } from "../../../utils";
6+
import { UnknownUser, chunkArray, emptyEmbedValue, renderUserUsername, resolveUser } from "../../../utils";
77
import { asyncMap } from "../../../utils/async";
88
import { createPaginatedMessage } from "../../../utils/createPaginatedMessage.js";
99
import { getGuildPrefix } from "../../../utils/getGuildPrefix";
@@ -121,7 +121,7 @@ export const CasesUserCmd = modActionsCmd({
121121
fields: [
122122
{
123123
name: emptyEmbedValue,
124-
value: trimLines(`Use \`${prefix}case <num>\` to see more information about an individual case`),
124+
value: `Use \`${prefix}case <num>\` to see more information about an individual case`,
125125
},
126126
],
127127
} satisfies APIEmbed;

0 commit comments

Comments
 (0)