@@ -17,13 +17,15 @@ public class ClubInfoEvent(IOptions<ClubInfoEventOptions> options, BotState botS
1717 ) ,
1818 new DiscordTextDisplayComponent ( options . Value . ClubInfoMessage ) ,
1919 new DiscordSeparatorComponent ( divider : true ) ,
20- new DiscordTextDisplayComponent ( "Below are some nifty links for everyone" ) ,
2120 new DiscordActionRowComponent ( [
2221 new DiscordLinkButtonComponent ( "https://www.notion.so/trickfire/invite/d3549ba6387d94a9454679a4082d848706d1dd29" , "Notion" ) ,
2322 new DiscordLinkButtonComponent ( "https://schej.it/e/7aDA2" , "Schej" ) ,
24- new DiscordLinkButtonComponent ( "https://www.notion.so/trickfire/1301fd41ff5b81059fc6e6461d7bb25b?v=1301fd41ff5b813487ee000c80faa461" , "Calendar" ) ,
23+ new DiscordLinkButtonComponent ( "https://www.notion.so/trickfire/1301fd41ff5b81059fc6e6461d7bb25b?v=1301fd41ff5b813487ee000c80faa461" , "Calendar" )
24+ ] ) ,
25+ new DiscordActionRowComponent ( [
2526 new DiscordLinkButtonComponent ( "https://www.notion.so/trickfire/1301fd41ff5b81f28a91f837f0ea28a4?v=1301fd41ff5b81ba9807000c532159af" , "Teams" ) ,
26- new DiscordLinkButtonComponent ( "https://www.notion.so/trickfire/1481fd41ff5b80dd8b9df498ae5dbd6e?v=1481fd41ff5b8186b948000c5531b0c0" , "Wiki" )
27+ new DiscordLinkButtonComponent ( "https://www.notion.so/trickfire/1481fd41ff5b80dd8b9df498ae5dbd6e?v=1481fd41ff5b8186b948000c5531b0c0" , "Wiki" ) ,
28+ new DiscordLinkButtonComponent ( "https://www.notion.so/trickfire/1eb1fd41ff5b80b7a96adeaa5aea7655" , "Task Creator" )
2729 ] )
2830 ] , color : new DiscordColor ( "19a24a" ) ) ) ;
2931
0 commit comments