Are command instance recreated every time someone use the associate slash command ?
Hello I was wondering : imagine i have a simple ping slash command who return "pong". Will sapphire recreate an instance of my Ping class (who register the command) every time do /ping or not ?
Solution
From my understanding; No, they're created at load time and then just saved to the command store and ran through that