#Global Commands Block for Development Only
1 messages · Page 1 of 1 (latest)
First of all, you use different tokens for development Vs production
Secondly, you host production on a server somewhere, not on your pc where you develop
Thirdly, preconditions can be made global by setting the position option. https://www.sapphirejs.dev/docs/Documentation/api-framework/interfaces/PreconditionOptions#position
ahh owkayy, thanks for the advice 