reload all commands
to reload all commands is it
CommandStore.load()
or CommandStore.loadAll()
, also how much time does it normally take to reload all commands6 Replies
It's loadAll
and for 1 command is just .reload() right
Yes
how much time does it normally take to reload all commands
depends on the amount of commands and if they have slash commands but generally it's really fast either way
sapphire has been written for very fast file loading
alright thanks