used Invidious

This commit is contained in:
2024-10-26 22:28:01 +08:00
parent 11241875b0
commit 6b2b2d4418
8 changed files with 230 additions and 28 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ export default {
});
helpEmbed.setTimestamp();
helpEmbed.setFooter({
text: "Made with ❤️ by F04C"
});
return interaction.reply({ embeds: [helpEmbed] }).catch(console.error);
}
};