Command not being registered
Hello,
I'm currently following the guide for Sapphire and here's the first error, I can't seem to be able to register a command, that must be the dumbest mistake you've ever seen but after going throught the code a few times I can't get the error...
Any idea ? https://pastebin.com/XSEepVsP
By not being registered I mean when I type / it doesn't suggest anything from the bot and doesn't work anyway
Pastebin
import { Command } from '@sapphire/framework';import { isMessageIns...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Solution:Jump to solution
OK so basically I added a console.log to the Register method and now it works, I'm guessing it was a random starting error and that refreshed the process or something 🤷♂️
1 Reply
Solution
OK so basically I added a console.log to the Register method and now it works, I'm guessing it was a random starting error and that refreshed the process or something 🤷♂️