adjust error message of invalid email to be dcu student email

This commit is contained in:
Ayden Jahola 2024-08-31 10:04:44 +01:00
parent 5e219a154c
commit e5b8ef3f1c
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

2
bot.js
View file

@ -56,7 +56,7 @@ client.on("messageCreate", async (message) => {
if (!email) { if (!email) {
return verificationChannel.send( 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`"
); );
} }