Make the test client togglable
This commit is contained in:
parent
815b9074a5
commit
fab28f5f1b
@ -172,6 +172,9 @@ export interface ConfigValue {
|
|||||||
allowTemplateCreation: Boolean;
|
allowTemplateCreation: Boolean;
|
||||||
allowDiscordTemplates: Boolean;
|
allowDiscordTemplates: Boolean;
|
||||||
allowRaws: Boolean;
|
allowRaws: Boolean;
|
||||||
|
},
|
||||||
|
client: {
|
||||||
|
useTestClient: Boolean;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -346,5 +349,8 @@ export const DefaultConfigOptions: ConfigValue = {
|
|||||||
allowTemplateCreation: true,
|
allowTemplateCreation: true,
|
||||||
allowDiscordTemplates: true,
|
allowDiscordTemplates: true,
|
||||||
allowRaws: false
|
allowRaws: false
|
||||||
|
},
|
||||||
|
client: {
|
||||||
|
useTestClient: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user