Skip to content

Commit 4e6d0cb

Browse files
committed
chore: Move commands output to reply HTML
1 parent 19fcd6a commit 4e6d0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/commands/commands.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const command: PSCommand = {
4444
{ utility: [], points: [], game: [], casual: [] }
4545
);
4646

47-
message.author.sendHTML(
47+
message.replyHTML(
4848
<div className="infobox">
4949
<h2>Commands</h2>
5050
<p>

0 commit comments

Comments
 (0)