Simpleboy353 / REAPER-2.0

A multi-purpose discord bot made using Discord.js V14. Includes Logging, Welcomer, Slash Commands, Menu based Help Command and so much more!
GNU General Public License v3.0
331 stars 226 forks source link

TypeError: Cannot read properties of undefined (reading 'set') #164

Closed davaLoco closed 2 years ago

davaLoco commented 2 years ago

Error via slash command handler Line 18 client.slash.set(command.name, command);

davaLoco commented 2 years ago

Apologies, I removed client.slash = new Collection(); instead of client.commands = new Collection(); as I was removing text commands.