From 93ced713b219bf4c36bc9154f674aff2398f5fe7 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Wed, 17 Feb 2016 22:24:00 +0100 Subject: [PATCH] Updated General tips (markdown) --- General-tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/General-tips.md b/General-tips.md index a37c85f..52f6961 100644 --- a/General-tips.md +++ b/General-tips.md @@ -23,7 +23,7 @@ Cogs are contained in the cogs folder. Adding a new one (that isn't included in * 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. +* Any data generated by Red and her 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