Skip to content

Commit

Permalink
fix: message
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagami committed May 12, 2024
1 parent fdbc9cc commit 61a68b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/messageCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class MessageCreateEvent {
client: Client
) {
if(message.content === 'nyagami onii-chan'){
message.reply('<@703930445502480384> This imouto-chan need your help, onii-chan!');
message.reply('This imouto-chan need your help, <@703930445502480384> onii-chan!');
}
await client.executeCommand(message, false)
}
Expand Down

0 comments on commit 61a68b7

Please sign in to comment.