From e7c960a5a7a87301d71de247f1c6149d8fcd8b73 Mon Sep 17 00:00:00 2001 From: Kamalika Seneviratne <148671381+KamalikaSene@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:17:54 +0530 Subject: [PATCH] Update automated-event-reminders/main.bal constant to uppercase Co-authored-by: Nipuna Ransinghe --- examples/automated-event-reminders/main.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/automated-event-reminders/main.bal b/examples/automated-event-reminders/main.bal index 2ac44df..0a50dee 100644 --- a/examples/automated-event-reminders/main.bal +++ b/examples/automated-event-reminders/main.bal @@ -22,7 +22,7 @@ configurable string clientId = ?; configurable string clientSecret = ?; configurable string[] scopes = ?; -const guildId = "YOUR_GUILD_ID"; +const GUILD_ID = "YOUR_GUILD_ID"; # Represents a Discord Channel. public type Channel record {