Skip to content

Commit a5f037a

Browse files
committed
fix: split messages with rep history
1 parent 310c42e commit a5f037a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export class RepModule extends Module {
153153
)
154154
).join('\n'),
155155
);
156-
await msg.channel.send(embed);
156+
await msg.channel.send(embed, { split: true });
157157
}
158158

159159
@command({

0 commit comments

Comments
 (0)