We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d700a8 commit a3f90c5Copy full SHA for a3f90c5
1 file changed
TrickFireDiscordBot/Services/Discord/ClubInfoEvent.cs
@@ -21,7 +21,9 @@ public class ClubInfoEvent(IOptions<ClubInfoEventOptions> options, BotState botS
21
new DiscordActionRowComponent([
22
new DiscordLinkButtonComponent("https://www.notion.so/trickfire/invite/d3549ba6387d94a9454679a4082d848706d1dd29", "Notion"),
23
new DiscordLinkButtonComponent("https://schej.it/e/7aDA2", "Schej"),
24
- new DiscordLinkButtonComponent("https://www.notion.so/trickfire/1301fd41ff5b81059fc6e6461d7bb25b?v=1301fd41ff5b813487ee000c80faa461", "Calendar"),
+ new DiscordLinkButtonComponent("https://www.notion.so/trickfire/1301fd41ff5b81059fc6e6461d7bb25b?v=1301fd41ff5b813487ee000c80faa461", "Calendar")
25
+ ]),
26
+ new DiscordActionRowComponent([
27
new DiscordLinkButtonComponent("https://www.notion.so/trickfire/1301fd41ff5b81f28a91f837f0ea28a4?v=1301fd41ff5b81ba9807000c532159af", "Teams"),
28
new DiscordLinkButtonComponent("https://www.notion.so/trickfire/1481fd41ff5b80dd8b9df498ae5dbd6e?v=1481fd41ff5b8186b948000c5531b0c0", "Wiki"),
29
new DiscordLinkButtonComponent("https://www.notion.so/trickfire/1eb1fd41ff5b80b7a96adeaa5aea7655", "Task Creator")
0 commit comments