Skip to content

Commit 6edaced

Browse files
committed
fix some messages
1 parent 616e2a4 commit 6edaced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,19 @@ client.on('messageCreate', (message) => {
9999
case "1":
100100
sendAndDeleteAfter(
101101
message,
102-
`Hello ${message.author.toString()}, you can configure join messages, leave messages or join messages in direct messages by using the dashboard: **<https://dash.manage-invite.xyz/>** (recommended) or the \`+configjoin\`, \`+configleave\` and \`+configdmjoin\` commands.`
102+
`Hello ${message.author.toString()}, you can configure join messages, leave messages or join messages in direct messages by using the dashboard: **<https://manage-invite.xyz/>** (recommended) or the \`/configjoin\`, \`/configleave\` and \`/configdmjoin\` commands.`
103103
);
104104
break;
105105
case "2":
106106
sendAndDeleteAfter(
107107
message,
108-
`Hello ${message.author.toString()}, you can access the web dashboard by using this link: **<https://dash.manage-invite.xyz>**.`
108+
`Hello ${message.author.toString()}, you can access the web dashboard by using this link: **<https://manage-invite.xyz>**.`
109109
);
110110
break;
111111
case "3":
112112
sendAndDeleteAfter(
113113
message,
114-
`Hello ${message.author.toString()}, to get the list of all the commands, you can run the \`+help\` command.\nYou can also type \`1\` to know how to configure the bot!`
114+
`Hello ${message.author.toString()}, to get the list of all the commands, you can start typing \`/\` and click on ManageInvite.\nYou can also type \`1\` to know how to configure the bot!`
115115
);
116116
break;
117117
case "4":

0 commit comments

Comments
 (0)