updated readme

This commit is contained in:
annihilator708 2018-05-21 03:43:38 +02:00
parent 5e0e4fd4ab
commit 646f223486

View File

@ -31,6 +31,7 @@ if self.mainenance:
if not self.mainenance: if not self.mainenance:
print('I am in the master branch) print('I am in the master branch)
``` ```
With other words. self.mainenance returns False in production and True in developer modus.
## Initialize a cog ## Initialize a cog
Cogs can be placed in `./src/cogs`. Overall the `src` folder is the place to put code in. Cogs can be placed in `./src/cogs`. Overall the `src` folder is the place to put code in.