Add NWRplay command #16

Merged
MoSiren merged 9 commits from Testing into main 2024-06-18 00:53:55 -06:00
Showing only changes of commit 64f4bc676e - Show all commits

View file

@ -926,7 +926,7 @@ discord.on("interactionCreate", async (interaction) => {
color: 0x00ff00, color: 0x00ff00,
footer: { footer: {
text: "Made by @chrischrome with <3", text: "Made by @chrischrome with <3",
icon_url: "https://cdn.discordapp.com/avatars/289884287765839882/2b00063a92adfe08f325353eee29e348.webp?size=1024&format=webp&width=0&height=5" icon_url: "https://cdn.discordapp.com/avatars/289884287765839882/2b00063a92adfe08f325353eee29e348.webp?size=1024&format=webp&width=0&height=256"
} }
} }
interaction.reply({ embeds: [embed] }); interaction.reply({ embeds: [embed] });