🍫
Build by me, for me
It is used in all of my Discord Bots, most popular 'useful' one is Waifu Bot (leomotors/waifu-bot)
For discord.js
Simplifying how you create interactive Discord Bot with Slash Command ✨✨✨
Example Code
@SlashCommand("Play a song/video from YouTube")
async play(
ctx: SlashCommand.Context,
@Param.String("Youtube URL or Search Query")
song: Param.String.Type
) {
// function logic
}