flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(frontend): add the invite link

+12 -1
+12 -1
apps/frontend/src/pages/dashboard.tsx
··· 104 104 <section className='space-y-6'> 105 105 <div className='space-y-1'> 106 106 <h2 className='text-2xl font-semibold tracking-tight'>Documentation</h2> 107 - <p className='text-sm text-muted-foreground'>Quick links into our docs.</p> 107 + <p className='text-sm text-muted-foreground'> 108 + Need to invite the bot first?{' '} 109 + <a 110 + className='font-medium text-foreground underline-offset-4 transition hover:underline' 111 + href='https://discord.com/oauth2/authorize?client_id=1446796323113140264&permissions=0&integration_type=0&scope=applications.commands+bot' 112 + rel='noreferrer' 113 + target='_blank' 114 + > 115 + Invite flora 116 + </a> 117 + . 118 + </p> 108 119 </div> 109 120 110 121 <DocumentationStack />