Add Dashboard link to button
This commit is contained in:
parent
de9817e576
commit
c677392f6d
|
|
@ -33,6 +33,13 @@ module.exports.execute = async (interaction) => {
|
||||||
emoji: "🔄",
|
emoji: "🔄",
|
||||||
style: Discord.ButtonStyle.Danger,
|
style: Discord.ButtonStyle.Danger,
|
||||||
custom_id: "resetPassword"
|
custom_id: "resetPassword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: Discord.ComponentType.Button,
|
||||||
|
label: "LiteNet Dashboard",
|
||||||
|
emoji: "💻",
|
||||||
|
style: Discord.ButtonStyle.Link,
|
||||||
|
url: "https://litenet.tel/dashboard"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue