mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-03 10:14: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")
|
||||
.setDescription("Sends the server rules"),
|
||||
execute: async (interaction) => {
|
||||
const channel = interaction.channel;
|
||||
channel?.send({ embeds: [rulesEmbed] });
|
||||
await interaction.reply({
|
||||
content: "The Rules Were Sent in the Current Channel",
|
||||
ephemeral: true,
|
||||
});
|
||||
await interaction.reply({ embeds: [rulesEmbed] });
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue