From d263e6f0961bfed93f6d2a28f205b56f98208e63 Mon Sep 17 00:00:00 2001 From: Agg <20499608+AggPro@users.noreply.github.com> Date: Tue, 12 Jun 2018 09:39:30 +0300 Subject: [PATCH] fixed typo in readme aaa --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a290b5a..0e6cc6a 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ This bot extends the rewrite version of discord.py. A couple of variables have b Make sure this one is installed. Example: ```py -if self.bot.mainenance: +if self.bot.maintenance: print('I am in the development branch') -if not self.bot.mainenance: +if not self.bot.maintenance: print('I am in the master branch') ``` -In other words. `self.mainenance` returns `False` in production and `True` in developer modes. +In other words. `self.maintenance` returns `False` in production and `True` in developer modes. > `self.bot.embed_color`