From e5b8ef3f1c200d1e4e96060a442864422c5d328f Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Sat, 31 Aug 2024 10:04:44 +0100 Subject: [PATCH] adjust error message of invalid email to be dcu student email --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index ce27829..8150c79 100644 --- a/bot.js +++ b/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`" ); }