From 9502198da54de9662ebe9fbe58a5d0b6b251dc5e Mon Sep 17 00:00:00 2001 From: Twentysix Date: Wed, 17 Feb 2016 22:23:07 +0100 Subject: [PATCH] Updated General tips (markdown) --- General-tips.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/General-tips.md b/General-tips.md index a0c1ebf..1204550 100644 --- a/General-tips.md +++ b/General-tips.md @@ -22,5 +22,8 @@ Cogs are contained in the cogs folder. Adding a new one (that isn't included in * 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. +####Data: +Any data generated by the bot and its modules (settings, playlists, trivia lists... everything) is contained in the data folder. Every cog has its own folder to keep things tidy. + ####Hosting on a server: * You can use the `--no-prompt` parameter when starting Red to avoid being asked what to do with new modules. \ No newline at end of file