Specify that the user cannot use that cmd w/ prefix in 1.4

This commit is contained in:
Sophie Marie 2022-11-14 16:10:10 -06:00
parent 3c41e47df1
commit a8d34c9990
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module.exports = {
message.channel.send({ message.channel.send({
embeds: [{ embeds: [{
title: `<:AnitroxWarning:997565364718276669> Attention, ${message.author.username}!`, title: `<:AnitroxWarning:997565364718276669> Attention, ${message.author.username}!`,
description: `Anitrox will be moving entirely to slash commands in 1.4, You will no longer be able to use commands by typing ${config.prefix}command.\n Please use slash commands in the future. [Learn more](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ)`, description: `Anitrox will be moving entirely to slash commands in 1.4, You will no longer be able to use \`\` ${command} \`\` by typing ${config.prefix}${command}.\n Please use slash commands in the future. [Learn more](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ)`,
color: 15548997, color: 15548997,
footer: { footer: {
icon_url: message.author.displayAvatarURL(), icon_url: message.author.displayAvatarURL(),