Fixed typo's in comments

This commit is contained in:
DJj123dj
2025-01-19 15:15:29 +01:00
parent 9da823aa4b
commit 7809ffc5c6
29 changed files with 98 additions and 105 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import { ODTranscriptCompiler, ODTranscriptCompilerCompileResult } from "../open
import { ODMessageBuildSentResult } from "../modules/builder"
import { ODRole, OTRoleUpdateMode, OTRoleUpdateResult } from "../openticket/role"
/**## ODActionManagerIds_Default `type`
* This type is an array of ids available in the `ODActionManager_Default` class.
/**## ODActionManagerIds_Default `interface`
* This interface is a list of ids available in the `ODActionManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODActionManagerIds_Default {
+2 -2
View File
@@ -3,8 +3,8 @@
///////////////////////////////////////
import { ODVersion, ODVersionManager, ODValidId } from "../modules/base"
/**## ODVersionManagerIds_Default `type`
* This type is an array of ids available in the `ODVersionManager` class.
/**## ODVersionManagerIds_Default `interface`
* This interface is a list of ids available in the `ODVersionManager` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODVersionManagerIds_Default {
+12 -12
View File
@@ -29,8 +29,8 @@ export class ODBuilderManager_Default extends ODBuilderManager {
declare modals: ODModalManager_Default
}
/**## ODButtonManagerIds_Default `type`
* This type is an array of ids available in the `ODButtonManager_Default` class.
/**## ODButtonManagerIds_Default `interface`
* This interface is a list of ids available in the `ODButtonManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODButtonManagerIds_Default {
@@ -111,8 +111,8 @@ export class ODButton_Default<Source extends string, Params, WorkerIds extends s
declare workers: ODWorkerManager_Default<ODButtonInstance,Source,Params,WorkerIds>
}
/**## ODDropdownManagerIds_Default `type`
* This type is an array of ids available in the `ODDropdownManager_Default` class.
/**## ODDropdownManagerIds_Default `interface`
* This interface is a list of ids available in the `ODDropdownManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODDropdownManagerIds_Default {
@@ -165,8 +165,8 @@ export class ODDropdown_Default<Source extends string, Params, WorkerIds extends
declare workers: ODWorkerManager_Default<ODDropdownInstance,Source,Params,WorkerIds>
}
/**## ODFileManagerIds_Default `type`
* This type is an array of ids available in the `ODFileManager_Default` class.
/**## ODFileManagerIds_Default `interface`
* This interface is a list of ids available in the `ODFileManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODFileManagerIds_Default {
@@ -219,8 +219,8 @@ export class ODFile_Default<Source extends string, Params, WorkerIds extends str
declare workers: ODWorkerManager_Default<ODFileInstance,Source,Params,WorkerIds>
}
/**## ODEmbedManagerIds_Default `type`
* This type is an array of ids available in the `ODEmbedManager_Default` class.
/**## ODEmbedManagerIds_Default `interface`
* This interface is a list of ids available in the `ODEmbedManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODEmbedManagerIds_Default {
@@ -339,8 +339,8 @@ export class ODEmbed_Default<Source extends string, Params, WorkerIds extends st
declare workers: ODWorkerManager_Default<ODEmbedInstance,Source,Params,WorkerIds>
}
/**## ODMessageManagerIds_Default `type`
* This type is an array of ids available in the `ODMessageManager_Default` class.
/**## ODMessageManagerIds_Default `interface`
* This interface is a list of ids available in the `ODMessageManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODMessageManagerIds_Default {
@@ -470,8 +470,8 @@ export class ODMessage_Default<Source extends string, Params, WorkerIds extends
declare workers: ODWorkerManager_Default<ODMessageInstance,Source,Params,WorkerIds>
}
/**## ODModalManagerIds_Default `type`
* This type is an array of ids available in the `ODModalManager_Default` class.
/**## ODModalManagerIds_Default `interface`
* This interface is a list of ids available in the `ODModalManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODModalManagerIds_Default {
+8 -8
View File
@@ -6,8 +6,8 @@ import { ODValidId } from "../modules/base"
import { ODCheckerManager, ODChecker, ODCheckerTranslationRegister, ODCheckerRenderer, ODCheckerFunctionManager, ODCheckerResult, ODCheckerFunction } from "../modules/checker"
import ansis from "ansis"
/**## ODCheckerManagerIds_Default `type`
* This type is an array of ids available in the `ODCheckerManager_Default` class.
/**## ODCheckerManagerIds_Default `interface`
* This interface is a list of ids available in the `ODCheckerManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODCheckerManagerIds_Default {
@@ -208,8 +208,8 @@ export class ODCheckerRenderer_Default extends ODCheckerRenderer {
}
}
/**## ODCheckerTranslationRegisterOtherIds_Default `type`
* This type is an array of ids available in the `ODCheckerTranslationRegister_Default` class.
/**## ODCheckerTranslationRegisterOtherIds_Default `interface`
* This interface is a list of ids available in the `ODCheckerTranslationRegister_Default` class.
* It's used to generate typescript declarations for this class.
*/
export type ODCheckerTranslationRegisterOtherIds_Default = (
@@ -228,8 +228,8 @@ export type ODCheckerTranslationRegisterOtherIds_Default = (
"openticket:footer-support"
)
/**## ODCheckerTranslationRegisterMessageIds_Default `type`
* This type is an array of ids available in the `ODCheckerTranslationRegister_Default` class.
/**## ODCheckerTranslationRegisterMessageIds_Default `interface`
* This interface is a list of ids available in the `ODCheckerTranslationRegister_Default` class.
* It's used to generate typescript declarations for this class.
*/
export type ODCheckerTranslationRegisterMessageIds_Default = (
@@ -341,8 +341,8 @@ export class ODCheckerTranslationRegister_Default extends ODCheckerTranslationRe
}
}
/**## ODCheckerFunctionManagerIds_Default `type`
* This type is an array of ids available in the `ODCheckerFunctionManager_Default` class.
/**## ODCheckerFunctionManagerIds_Default `interface`
* This interface is a list of ids available in the `ODCheckerFunctionManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODCheckerFunctionManagerIds_Default {
+4 -4
View File
@@ -15,8 +15,8 @@ export class ODClientManager_Default extends ODClientManager {
declare textCommands: ODTextCommandManager_Default
}
/**## ODSlashCommandManagerIds_Default `type`
* This type is an array of ids available in the `ODSlashCommandManager_Default` class.
/**## ODSlashCommandManagerIds_Default `interface`
* This interface is a list of ids available in the `ODSlashCommandManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODSlashCommandManagerIds_Default {
@@ -77,8 +77,8 @@ export class ODSlashCommandManager_Default extends ODSlashCommandManager {
}
}
/**## ODTextCommandManagerIds_Default `type`
* This type is an array of ids available in the `ODTextCommandManager_Default` class.
/**## ODTextCommandManagerIds_Default `interface`
* This interface is a list of ids available in the `ODTextCommandManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODTextCommandManagerIds_Default {
+2 -2
View File
@@ -4,8 +4,8 @@
import { ODValidId } from "../modules/base"
import { ODCode, ODCodeManager } from "../modules/code"
/**## ODCodeManagerIds_Default `type`
* This type is an array of ids available in the `ODCodeManager_Default` class.
/**## ODCodeManagerIds_Default `interface`
* This interface is a list of ids available in the `ODCodeManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODCodeManagerIds_Default {
+2 -2
View File
@@ -7,8 +7,8 @@ import { ODConfigManager, ODConfig, ODJsonConfig } from "../modules/config"
import { ODClientActivityStatus, ODClientActivityType } from "../modules/client"
import { OTRoleUpdateMode } from "../openticket/role"
/**## ODConfigManagerIds_Default `type`
* This type is an array of ids available in the `ODConfigManager_Default` class.
/**## ODConfigManagerIds_Default `interface`
* This interface is a list of ids available in the `ODConfigManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODConfigManagerIds_Default {
+2 -2
View File
@@ -4,8 +4,8 @@
import { ODValidId } from "../modules/base"
import { ODLiveStatusUrlSource, ODLiveStatusManager, ODLiveStatusSource } from "../modules/console"
/**## ODLiveStatusManagerIds_Default `type`
* This type is an array of ids available in the `ODLiveStatusManager_Default` class.
/**## ODLiveStatusManagerIds_Default `interface`
* This interface is a list of ids available in the `ODLiveStatusManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODLiveStatusManagerIds_Default {
+2 -2
View File
@@ -4,8 +4,8 @@
import { ODValidId } from "../modules/base"
import { ODCooldown, ODCooldownManager } from "../modules/cooldown"
/**## ODCooldownManagerIds_Default `type`
* This type is an array of ids available in the `ODCooldownManager_Default` class.
/**## ODCooldownManagerIds_Default `interface`
* This interface is a list of ids available in the `ODCooldownManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODCooldownManagerIds_Default {
+6 -6
View File
@@ -6,8 +6,8 @@ import { ODDatabaseManager, ODDatabase, ODFormattedJsonDatabase } from "../modul
import { ODTicketJson } from "../openticket/ticket"
import { ODOptionJson } from "../openticket/option"
/**## ODDatabaseManagerIds_Default `type`
* This type is an array of ids available in the `ODDatabaseManager_Default` class.
/**## ODDatabaseManagerIds_Default `interface`
* This interface is a list of ids available in the `ODDatabaseManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODDatabaseManagerIds_Default {
@@ -48,7 +48,7 @@ export class ODDatabaseManager_Default extends ODDatabaseManager {
}
/**## ODFormattedJsonDatabaseIds_DefaultGlobal `type`
* This type is an array of ids available in the `ODFormattedJsonDatabase_DefaultGlobal` class.
* This interface is a list of ids available in the `ODFormattedJsonDatabase_DefaultGlobal` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODFormattedJsonDatabaseIds_DefaultGlobal {
@@ -102,7 +102,7 @@ export class ODFormattedJsonDatabase_DefaultGlobal extends ODFormattedJsonDataba
}
/**## ODFormattedJsonDatabaseIds_DefaultTickets `type`
* This type is an array of ids available in the `ODDatabaseManager_Default` class.
* This interface is a list of ids available in the `ODDatabaseManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODFormattedJsonDatabaseIds_DefaultTickets {
@@ -153,7 +153,7 @@ export class ODFormattedJsonDatabase_DefaultTickets extends ODFormattedJsonDatab
}
/**## ODFormattedJsonDatabaseIds_DefaultUsers `type`
* This type is an array of ids available in the `ODDatabaseManager_Default` class.
* This interface is a list of ids available in the `ODDatabaseManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODFormattedJsonDatabaseIds_DefaultUsers {
@@ -205,7 +205,7 @@ export class ODFormattedJsonDatabase_DefaultUsers extends ODFormattedJsonDatabas
/**## ODFormattedJsonDatabaseIds_DefaultOptions `type`
* This type is an array of ids available in the `ODDatabaseManager_Default` class.
* This interface is a list of ids available in the `ODDatabaseManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODFormattedJsonDatabaseIds_DefaultOptions {
+2 -2
View File
@@ -43,8 +43,8 @@ import { ODBlacklistManager } from "../openticket/blacklist"
import { ODTranscriptManager_Default } from "../openticket/transcript"
import { ODRole, ODRoleManager } from "../openticket/role"
/**## ODEventIds_Default `type`
* This type is an array of ids available in the `ODEvent_Default` class.
/**## ODEventIds_Default `interface`
* This interface is a list of ids available in the `ODEvent_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODEventIds_Default {
+2 -2
View File
@@ -4,8 +4,8 @@
import { ODValidId } from "../modules/base"
import { ODFlagManager, ODFlag } from "../modules/flag"
/**## ODFlagManagerIds_Default `type`
* This type is an array of ids available in the `ODFlagManager_Default` class.
/**## ODFlagManagerIds_Default `interface`
* This interface is a list of ids available in the `ODFlagManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODFlagManagerIds_Default {
+9 -9
View File
@@ -4,8 +4,8 @@
import { ODValidId } from "../modules/base"
import { ODHelpMenuCategory, ODHelpMenuCommandComponent, ODHelpMenuComponent, ODHelpMenuManager } from "../modules/helpmenu"
/**## ODHelpMenuManagerIds_Default `type`
* This type is an array of ids available in the `ODHelpMenuManager_Default` class.
/**## ODHelpMenuManagerIds_Default `interface`
* This interface is a list of ids available in the `ODHelpMenuManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODHelpMenuManagerIds_Default {
@@ -48,7 +48,7 @@ export class ODHelpMenuManager_Default extends ODHelpMenuManager {
}
/**## ODHelpMenuManagerCategoryIds_DefaultGeneral `type`
* This type is an array of ids available in the `ODHelpMenuCategory_DefaultGeneral` class.
* This interface is a list of ids available in the `ODHelpMenuCategory_DefaultGeneral` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODHelpMenuManagerCategoryIds_DefaultGeneral {
@@ -86,7 +86,7 @@ export class ODHelpMenuCategory_DefaultGeneral extends ODHelpMenuCategory {
}
/**## ODHelpMenuManagerCategoryIds_DefaultTicketBasic `type`
* This type is an array of ids available in the `ODHelpMenuCategory_DefaultTicketBasic` class.
* This interface is a list of ids available in the `ODHelpMenuCategory_DefaultTicketBasic` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODHelpMenuManagerCategoryIds_DefaultTicketBasic {
@@ -125,7 +125,7 @@ export class ODHelpMenuCategory_DefaultTicketBasic extends ODHelpMenuCategory {
}
/**## ODHelpMenuManagerCategoryIds_DefaultTicketAdvanced `type`
* This type is an array of ids available in the `ODHelpMenuCategory_DefaultTicketAdvanced` class.
* This interface is a list of ids available in the `ODHelpMenuCategory_DefaultTicketAdvanced` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODHelpMenuManagerCategoryIds_DefaultTicketAdvanced {
@@ -165,7 +165,7 @@ export class ODHelpMenuCategory_DefaultTicketAdvanced extends ODHelpMenuCategory
}
/**## ODHelpMenuManagerCategoryIds_DefaultTicketUser `type`
* This type is an array of ids available in the `ODHelpMenuCategory_DefaultTicketUser` class.
* This interface is a list of ids available in the `ODHelpMenuCategory_DefaultTicketUser` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODHelpMenuManagerCategoryIds_DefaultTicketUser {
@@ -205,7 +205,7 @@ export class ODHelpMenuCategory_DefaultTicketUser extends ODHelpMenuCategory {
}
/**## ODHelpMenuManagerCategoryIds_DefaultAdmin `type`
* This type is an array of ids available in the `ODHelpMenuCategory_DefaultAdmin` class.
* This interface is a list of ids available in the `ODHelpMenuCategory_DefaultAdmin` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODHelpMenuManagerCategoryIds_DefaultAdmin {
@@ -246,7 +246,7 @@ export class ODHelpMenuCategory_DefaultAdmin extends ODHelpMenuCategory {
}
/**## ODHelpMenuManagerCategoryIds_DefaultAdvanced `type`
* This type is an array of ids available in the `ODHelpMenuCategory_DefaultAdvanced` class.
* This interface is a list of ids available in the `ODHelpMenuCategory_DefaultAdvanced` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODHelpMenuManagerCategoryIds_DefaultAdvanced {
@@ -288,7 +288,7 @@ export class ODHelpMenuCategory_DefaultAdvanced extends ODHelpMenuCategory {
}
/**## ODHelpMenuManagerCategoryIds_DefaultExtra `type`
* This type is an array of ids available in the `ODHelpMenuCategory_DefaultExtra` class.
* This interface is a list of ids available in the `ODHelpMenuCategory_DefaultExtra` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODHelpMenuManagerCategoryIds_DefaultExtra {}
+3 -3
View File
@@ -5,7 +5,7 @@ import { ODValidId } from "../modules/base"
import { ODLanguageManager, ODLanguage } from "../modules/language"
/**## ODLanguageManagerTranslations_Default `type`
* This type is an array of ids available in the `ODLanguageManager_Default` class.
* This interface is a list of ids available in the `ODLanguageManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export type ODLanguageManagerTranslations_Default = (
@@ -439,8 +439,8 @@ export type ODLanguageManagerTranslations_Default = (
"stats.properties.transcriptsCreated"
)
/**## ODLanguageManagerIds_Default `type`
* This type is an array of ids available in the `ODLanguageManager_Default` class.
/**## ODLanguageManagerIds_Default `interface`
* This interface is a list of ids available in the `ODLanguageManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODLanguageManagerIds_Default {
+4 -4
View File
@@ -4,8 +4,8 @@
import { ODValidId, ODManagerData } from "../modules/base"
import { ODPlugin, ODPluginClassManager, ODPluginManager } from "../modules/plugin"
/**## ODPluginManagerIds_Default `type`
* This type is an array of ids available in the `ODPluginManager_Default` class.
/**## ODPluginManagerIds_Default `interface`
* This interface is a list of ids available in the `ODPluginManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODPluginManagerIds_Default {}
@@ -41,8 +41,8 @@ export class ODPluginManager_Default extends ODPluginManager {
}
}
/**## ODPluginClassManagerIds_Default `type`
* This type is an array of ids available in the `ODPluginClassManager_Default` class.
/**## ODPluginClassManagerIds_Default `interface`
* This interface is a list of ids available in the `ODPluginClassManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODPluginClassManagerIds_Default {}
+2 -2
View File
@@ -5,8 +5,8 @@ import { ODValidId } from "../modules/base"
import { ODPost, ODPostManager } from "../modules/post"
import * as discord from "discord.js"
/**## ODPostManagerIds_Default `type`
* This type is an array of ids available in the `ODPostManager_Default` class.
/**## ODPostManagerIds_Default `interface`
* This interface is a list of ids available in the `ODPostManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODPostManagerIds_Default {
+4 -4
View File
@@ -5,8 +5,8 @@ import { ODValidId } from "../modules/base"
import { ODProgressBar, ODProgressBarManager, ODProgressBarRenderer, ODProgressBarRendererManager } from "../modules/progressbar"
/**## ODProgressBarRendererManagerIds_Default `type`
* This type is an array of ids available in the `ODProgressBarRendererManager_Default` class.
/**## ODProgressBarRendererManagerIds_Default `interface`
* This interface is a list of ids available in the `ODProgressBarRendererManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODProgressBarRendererManagerIds_Default {
@@ -42,8 +42,8 @@ export class ODProgressBarRendererManager_Default extends ODProgressBarRendererM
}
}
/**## ODProgressBarManagerIds_Default `type`
* This type is an array of ids available in the `ODProgressBarManager_Default` class.
/**## ODProgressBarManagerIds_Default `interface`
* This interface is a list of ids available in the `ODProgressBarManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODProgressBarManagerIds_Default {
+8 -8
View File
@@ -18,8 +18,8 @@ export class ODResponderManager_Default extends ODResponderManager {
declare modals: ODModalResponderManager_Default
}
/**## ODCommandResponderManagerIds_Default `type`
* This type is an array of ids available in the `ODCommandResponderManager_Default` class.
/**## ODCommandResponderManagerIds_Default `interface`
* This interface is a list of ids available in the `ODCommandResponderManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODCommandResponderManagerIds_Default {
@@ -86,8 +86,8 @@ export class ODCommandResponder_Default<Source extends "slash"|"text", Params, W
declare workers: ODWorkerManager_Default<ODCommandResponderInstance,Source,Params,WorkerIds>
}
/**## ODButtonResponderManagerIds_Default `type`
* This type is an array of ids available in the `ODButtonResponderManager_Default` class.
/**## ODButtonResponderManagerIds_Default `interface`
* This interface is a list of ids available in the `ODButtonResponderManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODButtonResponderManagerIds_Default {
@@ -153,8 +153,8 @@ export class ODButtonResponder_Default<Source extends string, Params, WorkerIds
declare workers: ODWorkerManager_Default<ODButtonResponderInstance,Source,Params,WorkerIds>
}
/**## ODDropdownResponderManagerIds_Default `type`
* This type is an array of ids available in the `ODDropdownResponderManager_Default` class.
/**## ODDropdownResponderManagerIds_Default `interface`
* This interface is a list of ids available in the `ODDropdownResponderManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODDropdownResponderManagerIds_Default {
@@ -200,8 +200,8 @@ export class ODDropdownResponder_Default<Source extends string, Params, WorkerId
declare workers: ODWorkerManager_Default<ODDropdownResponderInstance,Source,Params,WorkerIds>
}
/**## ODModalResponderManagerIds_Default `type`
* This type is an array of ids available in the `ODModalResponderManager_Default` class.
/**## ODModalResponderManagerIds_Default `interface`
* This interface is a list of ids available in the `ODModalResponderManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODModalResponderManagerIds_Default {
+2 -2
View File
@@ -4,8 +4,8 @@
import { ODValidId } from "../modules/base"
import { ODSession, ODSessionManager } from "../modules/session"
/**## ODSessionManagerIds_Default `type`
* This type is an array of ids available in the `ODSessionManager_Default` class.
/**## ODSessionManagerIds_Default `interface`
* This interface is a list of ids available in the `ODSessionManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODSessionManagerIds_Default {
+2 -2
View File
@@ -4,8 +4,8 @@
import { ODValidId } from "../modules/base"
import { ODStartScreenCategoryComponent, ODStartScreenComponent, ODStartScreenFlagsCategoryComponent, ODStartScreenHeaderComponent, ODStartScreenLiveStatusCategoryComponent, ODStartScreenLogoComponent, ODStartScreenManager, ODStartScreenPluginsCategoryComponent, ODStartScreenPropertiesCategoryComponent } from "../modules/startscreen"
/**## ODStartScreenManagerIds_Default `type`
* This type is an array of ids available in the `ODStartScreenManager_Default` class.
/**## ODStartScreenManagerIds_Default `interface`
* This interface is a list of ids available in the `ODStartScreenManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODStartScreenManagerIds_Default {
+7 -7
View File
@@ -5,8 +5,8 @@ import { Guild, TextBasedChannel, User } from "discord.js"
import { ODValidId } from "../modules/base"
import { ODStatScope, ODStatGlobalScope, ODStatsManager, ODStat, ODBasicStat, ODDynamicStat, ODValidStatValue, ODStatScopeSetMode } from "../modules/stat"
/**## ODStatsManagerIds_Default `type`
* This type is an array of ids available in the `ODStatsManager_Default` class.
/**## ODStatsManagerIds_Default `interface`
* This interface is a list of ids available in the `ODStatsManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODStatsManagerIds_Default {
@@ -47,7 +47,7 @@ export class ODStatsManager_Default extends ODStatsManager {
}
/**## ODStatGlobalScopeIds_DefaultGlobal `type`
* This type is an array of ids available in the `ODStatGlobalScope_DefaultGlobal` class.
* This interface is a list of ids available in the `ODStatGlobalScope_DefaultGlobal` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODStatGlobalScopeIds_DefaultGlobal {
@@ -115,7 +115,7 @@ export class ODStatGlobalScope_DefaultGlobal extends ODStatGlobalScope {
}
/**## ODStatGlobalScopeIds_DefaultSystem `type`
* This type is an array of ids available in the `ODStatScope_DefaultSystem` class.
* This interface is a list of ids available in the `ODStatScope_DefaultSystem` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODStatGlobalScopeIds_DefaultSystem {
@@ -174,7 +174,7 @@ export class ODStatGlobalScope_DefaultSystem extends ODStatGlobalScope {
}
/**## ODStatScopeIds_DefaultUser `type`
* This type is an array of ids available in the `ODStatScope_DefaultUser` class.
* This interface is a list of ids available in the `ODStatScope_DefaultUser` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODStatScopeIds_DefaultUser {
@@ -242,7 +242,7 @@ export class ODStatScope_DefaultUser extends ODStatScope {
}
/**## ODStatScopeIds_DefaultTicket `type`
* This type is an array of ids available in the `ODStatScope_DefaultTicket` class.
* This interface is a list of ids available in the `ODStatScope_DefaultTicket` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODStatScopeIds_DefaultTicket {
@@ -305,7 +305,7 @@ export class ODStatScope_DefaultTicket extends ODStatScope {
}
/**## ODStatScopeIds_DefaultParticipants `type`
* This type is an array of ids available in the `ODStatScope_DefaultParticipants` class.
* This interface is a list of ids available in the `ODStatScope_DefaultParticipants` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODStatScopeIds_DefaultParticipants {
+2 -2
View File
@@ -7,8 +7,8 @@ import { ODWorkerManager_Default } from "../defaults/worker"
import { ODVerifyBarManager, ODVerifyBar } from "../modules/verifybar"
import * as discord from "discord.js"
/**## ODVerifyBarManagerIds_Default `type`
* This type is an array of ids available in the `ODVerifyBarManager_Default` class.
/**## ODVerifyBarManagerIds_Default `interface`
* This interface is a list of ids available in the `ODVerifyBarManager_Default` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODVerifyBarManagerIds_Default {
+3 -3
View File
@@ -93,7 +93,7 @@ export class ODOptionData<DataType extends ODValidJsonType> extends ODManagerDat
}
/**## ODTicketOptionIds `type`
* This type is an array of ids available in the `ODTicketOption` class.
* This interface is a list of ids available in the `ODTicketOption` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODTicketOptionIds {
@@ -178,7 +178,7 @@ export class ODTicketOption extends ODOption {
}
/**## ODWebsiteOptionIds `type`
* This type is an array of ids available in the `ODWebsiteOption` class.
* This interface is a list of ids available in the `ODWebsiteOption` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODWebsiteOptionIds {
@@ -225,7 +225,7 @@ export class ODWebsiteOption extends ODOption {
}
/**## ODRoleOptionIds `type`
* This type is an array of ids available in the `ODRoleOption` class.
* This interface is a list of ids available in the `ODRoleOption` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODRoleOptionIds {
+1 -1
View File
@@ -31,7 +31,7 @@ export interface ODPanelJson {
}
/**## ODPanelIds `type`
* This type is an array of ids available in the `ODPanel` class.
* This interface is a list of ids available in the `ODPanel` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODPanelIds {
+2 -2
View File
@@ -86,7 +86,7 @@ export class ODQuestionData<DataType extends ODValidJsonType> extends ODManagerD
}
/**## ODShortQuestionIds `type`
* This type is an array of ids available in the `ODShortQuestion` class.
* This interface is a list of ids available in the `ODShortQuestion` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODShortQuestionIds {
@@ -133,7 +133,7 @@ export class ODShortQuestion extends ODQuestion {
}
/**## ODParagraphQuestionIds `type`
* This type is an array of ids available in the `ODParagraphQuestion` class.
* This interface is a list of ids available in the `ODParagraphQuestion` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODParagraphQuestionIds {
+1 -1
View File
@@ -52,7 +52,7 @@ export class ODRoleData<DataType extends ODValidJsonType> extends ODManagerData
}
/**## ODRoleIds `type`
* This type is an array of ids available in the `ODRole` class.
* This interface is a list of ids available in the `ODRole` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODRoleIds {
+1 -1
View File
@@ -129,7 +129,7 @@ export interface ODTicketJson {
}
/**## ODTicketIds `type`
* This type is an array of ids available in the `ODTicket` class.
* This interface is a list of ids available in the `ODTicket` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODTicketIds {
+1 -1
View File
@@ -61,7 +61,7 @@ export class ODTranscriptCompiler<Data extends object> extends ODManagerData {
}
/**## ODTranscriptCompilerIds `type`
* This type is an array of ids available in the `ODTranscriptCompiler` class.
* This interface is a list of ids available in the `ODTranscriptCompiler` class.
* It's used to generate typescript declarations for this class.
*/
export interface ODTranscriptCompilerIds {