mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
fix: not defined variable bot
This commit is contained in:
parent
3b627915f6
commit
3c320e6100
@ -77,7 +77,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
|
||||
target="_blank"
|
||||
href={
|
||||
bot.url ??
|
||||
`https://discordapp.com/oauth2/authorize?client_id=${data.id}&scope=bot&permissions=0`
|
||||
`https://discordapp.com/oauth2/authorize?client_id=${bot.id}&scope=bot&permissions=0`
|
||||
}
|
||||
className="bg py-3 w-full text-center text-discord-blurple hover:text-white text-sm font-bold hover:bg-discord-blurple hover:shadow-lg"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user