Updated all files based on eslintrc
This commit is contained in:
@@ -17,7 +17,7 @@ export async function updateDiscordRoles(
|
||||
await interaction.editReply({
|
||||
embeds: [
|
||||
{
|
||||
description: `You do not have permission to use this command.`,
|
||||
description: "You do not have permission to use this command.",
|
||||
color: embedColor,
|
||||
},
|
||||
],
|
||||
@@ -196,7 +196,7 @@ export async function updateDiscordRoles(
|
||||
await interaction.editReply({
|
||||
embeds: [
|
||||
{
|
||||
description: `Successfully updated all roles.`,
|
||||
description: "Successfully updated all roles.",
|
||||
color: embedColor,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user