Joel DeSante
Joel DeSante
**Describe the bug** The CodePen example provided in the `README.md` is not working as expected. **To Reproduce** 1. Click the CodePen example link in the `README.md` 2. Attempt to try...
The style used in the following excerpt is confusing. ```js const { SlashCommandBuilder } = require('@discordjs/builders'); const data = new SlashCommandBuilder() .setName('echo') .setDescription('Replies with your input!') .addStringOption(option => option.setName('input') .setDescription('The...
The API is a bit confusing to use and the documentation I have currently provided is not helping the matter. It seems that many have gotten by with what has...