-
Notifications
You must be signed in to change notification settings - Fork 29
Modules
Fabricio20 edited this page Jan 21, 2017
·
8 revisions
Modules are blocks of code packed into external "plug-ins" that work on a guild-basis, providing new features for guild owners and allowing them to completely control the behavior of LewdBot on their servers.
Name | Description | Default | Wiki Page |
---|---|---|---|
Moderation | Provides Moderation tools (Like ban, logs, etc..) | Enabled | Moderation |
NSFW | Provides NSFW content (ExHentai/E-Hentai/R34) | Enabled | Link |
Music | Provides the ability to play music on voice channels | Enabled | Link |
Connection | Connects LewdBot to other services (Mc, RSS, Etc..) | Enabled | Link |
Fun | Adds a variety of fun commands (roll, flip, calc)... | Enabled | Link |
Settings are variables present on modules that users can change to customize how the module behaves. (For example translating success messages).
There are currently 4 types of variables:
Name | Description |
---|---|
String | Text, no real restrictions |
Integer | Numbers that are not fractional |
Double | Numbers that are fractional |
Boolean | Yes/No (true/false) values |
To change such variables, you need to use the set subcommand on the module command, for Example:
@LewdBot modules set Music CHATENABLED false