mirror of
https://github.com/nx-bat/synapse.git
synced 2026-09-22 11:59:05 -04:00
(docs): remove the residue of my inability to understand my own ideas.
This commit is contained in:
Vendored
-24
@@ -1,24 +1,15 @@
|
|||||||
// --- Bot Settings ---
|
// --- Bot Settings ---
|
||||||
|
|
||||||
/**
|
|
||||||
* Bot Settings.
|
|
||||||
*/
|
|
||||||
export type Settings = {
|
export type Settings = {
|
||||||
branding?: BrandingSettings;
|
branding?: BrandingSettings;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Branding settings.
|
|
||||||
*/
|
|
||||||
export type BrandingSettings = {
|
export type BrandingSettings = {
|
||||||
status?: string;
|
status?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
// --- Guild Configuration ---
|
// --- Guild Configuration ---
|
||||||
|
|
||||||
/**
|
|
||||||
* Guild configuration.
|
|
||||||
*/
|
|
||||||
export type Configuration = {
|
export type Configuration = {
|
||||||
admin?: AdminConfiguration;
|
admin?: AdminConfiguration;
|
||||||
censor?: CensorConfiguration;
|
censor?: CensorConfiguration;
|
||||||
@@ -26,27 +17,12 @@ export type Configuration = {
|
|||||||
spam?: SpamConfiguration;
|
spam?: SpamConfiguration;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Admin configuration.
|
|
||||||
*/
|
|
||||||
export type AdminConfiguration = {};
|
export type AdminConfiguration = {};
|
||||||
|
|
||||||
/**
|
|
||||||
* Censor configuration.
|
|
||||||
*/
|
|
||||||
export type CensorConfiguration = {};
|
export type CensorConfiguration = {};
|
||||||
|
|
||||||
/**
|
|
||||||
* Core configuration.
|
|
||||||
*/
|
|
||||||
export type CoreConfiguration = {};
|
export type CoreConfiguration = {};
|
||||||
|
|
||||||
/**
|
|
||||||
* Logging configuration.
|
|
||||||
*/
|
|
||||||
export type LoggingConfiguration = {};
|
export type LoggingConfiguration = {};
|
||||||
|
|
||||||
/**
|
|
||||||
* Spam configuration.
|
|
||||||
*/
|
|
||||||
export type SpamConfiguration = {};
|
export type SpamConfiguration = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user