cucurucho

Results 3 issues of cucurucho

When you kick or ban a member put a reason, for example: ```js const reason = args.slice(1).join(" ") || "No reason was implemented." member.kick(reason) ```

Go to **node_modules** > **discord.js-paginations** > **index.js** and change all `reaction.emoji.name` to `reaction.emoji.id` (And change `async (msg, pages, emojiList = ['⏪', '⏩'], timeout = 120000)` to `async (msg, pages, emojiList,...

Because when install discord, we install v14, and v14 use messageCreate or interactionCreate, not message