mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 08:45:55 +00:00
adjust error message of invalid email to be dcu student email
This commit is contained in:
parent
5e219a154c
commit
e5b8ef3f1c
1 changed files with 1 additions and 1 deletions
2
bot.js
2
bot.js
|
@ -56,7 +56,7 @@ client.on("messageCreate", async (message) => {
|
|||
|
||||
if (!email) {
|
||||
return verificationChannel.send(
|
||||
"Please provide your email address. Usage: `!verify your_email@example.com`"
|
||||
"Please provide your email address. Usage: `!verify your_email@mail.dcu.ie`"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue