Mystery boxes for fun linked surprises
Open mystery boxes with youtube videos in them. Connects with pocket database and a react app that use react router to open different mystery boxes
.setName('send-mystery-box') .setDescription('Send a mystery box with a YouTube URL') .addStringOption(option => option.setName('url') .setDescription('The YouTube URL to store') .setRequired(true)) .toJSON(), new SlashCommandBuilder() .setName('open_mystery_box') .setDescription('Open a random mystery box') .toJSON()