Changed small functions to methods
Added custom color function
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { devMessage, embedColor, instructionsgif } from "config/options.js"
|
||||
import { PermissionFlagsBits, SlashCommandBuilder } from "discord.js"
|
||||
import { ICommand } from "interfaces"
|
||||
import { removeIndents } from "utils/functions/funcs.js"
|
||||
|
||||
export default {
|
||||
name: "instructions",
|
||||
@@ -19,14 +18,14 @@ export default {
|
||||
await interaction.reply({
|
||||
embeds: [{
|
||||
title: "Verification",
|
||||
description: removeIndents(`
|
||||
description: `
|
||||
- Log onto hypixel.
|
||||
- Right click with the head in your hotbar.
|
||||
- Click on the social media icon.
|
||||
- Click on the discord icon.
|
||||
- Type your username in the chat and press enter.
|
||||
- Run the \`/verify\` command in this channel.
|
||||
`),
|
||||
`.removeIndents(),
|
||||
thumbnail: {
|
||||
url: interaction.guild?.iconURL() || ""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user