mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Created General tips (markdown)
parent
e11a36c72c
commit
5482192564
23
General-tips.md
Normal file
23
General-tips.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
> In the examples I will use the ! prefix. Of course change it to whatever you choose during configuration.
|
||||||
|
|
||||||
|
####Modules (cogs):
|
||||||
|
Red is modular. Every module can contain additional features and/or set of commands. The basic bot only has a few commands for joining/leaving servers, managing cogs and settings. This allows Red to be fully customizable. You will be asked what to do with new modules during the initial configuration and whenever Red detects a new module at start.
|
||||||
|
You (owner) can load, unload and restart modules on the fly.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
`!load cogs.audio`
|
||||||
|
`!unload cogs.general`
|
||||||
|
`!restart cogs.streams`
|
||||||
|
|
||||||
|
Cogs are contained in the cogs folder.
|
||||||
|
|
||||||
|
####Permissions:
|
||||||
|
* Red will always respond to the owner, regardless of blacklists, whitelists, ignored channels/servers
|
||||||
|
* The owner is set during the initial configuration or with !setowner
|
||||||
|
* Compared to the first version Red, admin roles and mod roles are not *strictly* necessary. Most commands check for permissions too. For example, if a user with permissions to manage messages tries to use the cleanup command, it will still work.
|
||||||
|
|
||||||
|
####Help function:
|
||||||
|
* Always refer to it when you don't know how to use a command, a subcommand or a category of commands. Examples: `!help Audio` `!help flip` `!help cleanup messages`
|
||||||
|
* The help function only shows the commands that you have permissions to use. For example, normal users will not see admin commands.
|
||||||
|
####Hosting on a server:
|
||||||
|
* You can use the `--no-prompt` parameter when starting Red to avoid being asked what to do with new modules.
|
||||||
Loading…
x
Reference in New Issue
Block a user