Reload Command
I'm having trouble making a reload command, I've tried so many things...
I'm using CommandStore to do this (load and unload modules)
If anybody could provide an example of how to do this, that would be amazing
Ty for your help and im sorry, I don't know much I just started with this framework today
4 Replies
CommandStore.get('commandName').reload()
for single reloads or CommandStore.load()
for full reloadsWhat the fuck is the difference full reload like all commands?
yes
Thank you Sir.