Skip to content

Commit 2b81493

Browse files
Update Notion link in ClubInfoEvent
1 parent 854fb79 commit 2b81493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TrickFireDiscordBot/Services/Discord/ClubInfoEvent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class ClubInfoEvent(IOptions<ClubInfoEventOptions> options, BotState botS
1919
new DiscordSeparatorComponent(divider: true),
2020
new DiscordTextDisplayComponent("Below are some nifty links for everyone"),
2121
new DiscordActionRowComponent([
22-
new DiscordLinkButtonComponent("https://www.notion.so/trickfire/invite/d3549ba6387d94a9454679a4082d848706d1dd29", "Notion"),
22+
new DiscordLinkButtonComponent("https://www.notion.so/trickfire/invite/7f153eec8ed8ebe4608dc95892fce859540f8640", "Notion"),
2323
new DiscordLinkButtonComponent("https://schej.it/e/7aDA2", "Schej"),
2424
new DiscordLinkButtonComponent("https://www.notion.so/trickfire/1301fd41ff5b81059fc6e6461d7bb25b?v=1301fd41ff5b813487ee000c80faa461", "Calendar")
2525
]),
@@ -86,4 +86,4 @@ public class ClubInfoEventOptions
8686
/// The message content of the message.
8787
/// </summary>
8888
public string ClubInfoMessage { get; set; } = "";
89-
}
89+
}

0 commit comments

Comments
 (0)