Updated General tips (markdown)

Twentysix
2016-02-17 22:23:18 +01:00
parent 9502198da5
commit 07e7525bbc

@@ -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 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.