You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static dependsOn = [SS13Database]; // If you need to use another module's functions, you can use this.bot.getModule(ModuleClass) to get the current instance of it.
// If a config validator is specified, requiredConfigKeys will be ignored!
static configValidator = (config: Config) => {
const errors = [];
// You can also use the base validator in conjunction! but you will probably get duplicate or similar errors depending on your parsing.