mirror of
https://github.com/nx-bat/synapse.git
synced 2026-09-22 07:29:06 -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.
|
||||
*/
|
||||
export type Settings = {
|
||||
branding?: BrandingSettings;
|
||||
};
|
||||
|
||||
/**
|
||||
* Branding settings.
|
||||
*/
|
||||
export type BrandingSettings = {
|
||||
status?: string;
|
||||
};
|
||||
|
||||
// --- Guild Configuration ---
|
||||
|
||||
/**
|
||||
* Guild configuration.
|
||||
*/
|
||||
export type Configuration = {
|
||||
admin?: AdminConfiguration;
|
||||
censor?: CensorConfiguration;
|
||||
@@ -26,27 +17,12 @@ export type Configuration = {
|
||||
spam?: SpamConfiguration;
|
||||
};
|
||||
|
||||
/**
|
||||
* Admin configuration.
|
||||
*/
|
||||
export type AdminConfiguration = {};
|
||||
|
||||
/**
|
||||
* Censor configuration.
|
||||
*/
|
||||
export type CensorConfiguration = {};
|
||||
|
||||
/**
|
||||
* Core configuration.
|
||||
*/
|
||||
export type CoreConfiguration = {};
|
||||
|
||||
/**
|
||||
* Logging configuration.
|
||||
*/
|
||||
export type LoggingConfiguration = {};
|
||||
|
||||
/**
|
||||
* Spam configuration.
|
||||
*/
|
||||
export type SpamConfiguration = {};
|
||||
|
||||
Reference in New Issue
Block a user