DiscordLab.Moderation
This module allows you to do moderation/administrative actions on your SCP server without needing to go onto the server, it makes 3 commands which allow you to interact with the server, the command names can be configured.
To edit the default permissions for this module's commands, go to your server settings and find Integrations
, you should then find and click your bot. After that you should see a list of all your commands, click the command you wish to edit and then edit the permissions there by adding an allowed role or member, your choice.
Configuration
DL.Moderation:
# Whether the module is enabled or not.
is_enabled: true
# Whether the module is in debug mode or not.
debug: false
# The guild ID where this module will be used. If not set (value = 0), it will use the default guild ID.
guild_id: 0
is_enabled
(bool): Whether the module is enabled or not.debug
(bool): Whether the module is in debug mode or not.guild_id
(ulong): The guild ID where this module will be used. If not set (value = 0), it will use the default guild ID. For this module, this just affects where the commands can be used.