From 646f223486d6f31ebea38b1b314a9ba5469d950e Mon Sep 17 00:00:00 2001 From: annihilator708 Date: Mon, 21 May 2018 03:43:38 +0200 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4384ea..1e0e30f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ if self.mainenance: if not self.mainenance: print('I am in the master branch) ``` +With other words. self.mainenance returns False in production and True in developer modus. ## Initialize a cog Cogs can be placed in `./src/cogs`. Overall the `src` folder is the place to put code in.