mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-03 18:24:14 +00:00
Fixed Rules Command
This commit is contained in:
parent
fa581583a5
commit
c4b2bb3a3f
1 changed files with 1 additions and 6 deletions
|
@ -104,12 +104,7 @@ const command: Command = {
|
||||||
.setName("rules")
|
.setName("rules")
|
||||||
.setDescription("Sends the server rules"),
|
.setDescription("Sends the server rules"),
|
||||||
execute: async (interaction) => {
|
execute: async (interaction) => {
|
||||||
const channel = interaction.channel;
|
await interaction.reply({ embeds: [rulesEmbed] });
|
||||||
channel?.send({ embeds: [rulesEmbed] });
|
|
||||||
await interaction.reply({
|
|
||||||
content: "The Rules Were Sent in the Current Channel",
|
|
||||||
ephemeral: true,
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue