We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbc9cc commit 61a68b7Copy full SHA for 61a68b7
src/events/messageCreate.ts
@@ -15,7 +15,7 @@ export default class MessageCreateEvent {
15
client: Client
16
) {
17
if(message.content === 'nyagami onii-chan'){
18
- message.reply('<@703930445502480384> This imouto-chan need your help, onii-chan!');
+ message.reply('This imouto-chan need your help, <@703930445502480384> onii-chan!');
19
}
20
await client.executeCommand(message, false)
21
0 commit comments