File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -30,25 +30,19 @@ const event: Event = {
3030 . setStyle ( Discord . ButtonStyle . Link )
3131 . setEmoji ( "🔗" )
3232 . setLabel ( "Invite" )
33- . setURL ( "https://wdh.gg/reminders" ) ,
34-
35- new Discord . ButtonBuilder ( )
36- . setStyle ( Discord . ButtonStyle . Link )
37- . setEmoji ( "🆘" )
38- . setLabel ( "Support" )
39- . setURL ( "https://wdh.gg/reminders/support" ) ,
33+ . setURL ( `https://discord.com/oauth2/authorize?client_id=${ client . user ?. id } ` ) ,
4034
4135 new Discord . ButtonBuilder ( )
4236 . setStyle ( Discord . ButtonStyle . Link )
4337 . setEmoji ( "🗳️" )
4438 . setLabel ( "Vote" )
45- . setURL ( " https://wdh .gg/reminders/ vote" ) ,
39+ . setURL ( ` https://top .gg/bot/ ${ client . user ?. id } / vote` ) ,
4640
4741 new Discord . ButtonBuilder ( )
4842 . setStyle ( Discord . ButtonStyle . Link )
4943 . setEmoji ( "🐙" )
5044 . setLabel ( "GitHub" )
51- . setURL ( "https://wdh.gg/reminders/github " )
45+ . setURL ( "https://github.com/wdhdev/reminders " )
5246 ) ;
5347
5448 message . reply ( { embeds : [ mention ] , components : [ buttons ] } ) ;
You can’t perform that action at this time.
0 commit comments