Merge branch 'dev' into 'main'
Bug fix See merge request illegitimate/illegitimate-bot!21
This commit is contained in:
@@ -38,11 +38,8 @@ module.exports = {
|
|||||||
if (!verifyData) {
|
if (!verifyData) {
|
||||||
await interaction.editReply({
|
await interaction.editReply({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
description: "You are not verified. Please run `/verify` to verify yourself",
|
description: "User is not verified.",
|
||||||
color: embedColor,
|
color: embedColor,
|
||||||
thumbnail: {
|
|
||||||
url: head
|
|
||||||
},
|
|
||||||
footer: {
|
footer: {
|
||||||
text: interaction.guild.name + " | Developed by @Taken#0002",
|
text: interaction.guild.name + " | Developed by @Taken#0002",
|
||||||
icon_url: interaction.guild.iconURL({ dynamic: true })
|
icon_url: interaction.guild.iconURL({ dynamic: true })
|
||||||
|
|||||||
Reference in New Issue
Block a user