Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SynergyOptions

Hierarchy

  • SynergyOptions

Index

Properties

clientOptions: ClientOptions
dataSyncDelay?: number

Delay between data savings to storage in managers like GuildManager, ModuleDataManager, UserManager, etc. (60 sec default.)

masterGuildId: string

Discord Guild ID where slash commands appear in development mode

moduleGlobalLoading: boolean

Load modules' slash commands globally or only on Master Guild

sequelizeForceSync?: boolean

Specify true if you need to force sync your database (Drop all tables and recreate structure)

sequelizeURI: string

Sequelize URI (https://sequelize.org/master/manual/getting-started.html#connecting-to-a-database) Supported sqlite or postgresql dialect

Generated using TypeDoc