Skip to content

Commit

Permalink
Update automated-event-reminders/main.bal constant to uppercase
Browse files Browse the repository at this point in the history
Co-authored-by: Nipuna Ransinghe  <[email protected]>
  • Loading branch information
KamalikaSene and NipunaRanasinghe authored Jul 8, 2024
1 parent 0f3a602 commit e7c960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/automated-event-reminders/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e7c960a

Please sign in to comment.