Skip to content

Commit dbeedf1

Browse files
authored
feat(Website Info)
1 parent 9aa6181 commit dbeedf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Web/Info/Info.Service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class InfoService
124124

125125
if (!this.error)
126126
{
127-
return Interaction.reply({ embeds: [ this.embed ], components :[ this.row ]});
127+
return Interaction.editReply({ embeds: [ this.embed ], components :[ this.row ]});
128128
}
129129
}
130130
catch (Error)

0 commit comments

Comments
 (0)