Author who created this module. Put here your name or nickname
Category of the module. Standard ones is BOT
, Admin
, Info
, Utility
, Moderation
and so on
Brief description of the module
Priority relative to other modules when module should be initialized.
Name of the module. Recommended to be equal with class name
Permissions of the bot your module require. THIS FEATURE IS NOT IMPLEMENTED AT THIS MOMENT
Called when Synergy initializes the module. Override to do some init stuff
Called when Synergy unloads the module or shutting down themself. Override this to remove any timers and save the data
Creates interactive Context Menu Command
Name of the Context Menu command to create
Allowed access targets to interact with this command
Guild id where to upload this command. Leave empty to upload globally
Creates normal interactive button
Name of the component (identifier)
Allowed access targets to interact with this component
Creates temporary interactive button that will be removed by interactions limit or lifetime limit
Allowed access targets to interact with this component
After reaching this amount of interactions component will be removed (-1 for no limit)
After this amount of milliseconds component will be removed (-1 for no limit)
Creates normal interactive select menu
Name of the component (identifier)
Allowed access targets to interact with this component
Creates temporary interactive select menu that will be removed by interactions limit or lifetime limit
Allowed access targets to interact with this component
After reaching this amount of interactions component will be removed (-1 for no limit)
After this amount of milliseconds component will be removed (-1 for no limit)
Creates interactive Slash Command and adds it to this.SlashCommands
Name of the slash command to create (Lowercase only)
Allowed access targets to interact with this command
Guild id where to upload this command. Leave empty to upload globally
Generated using TypeDoc
Access targets of this module. This describes who can use it