[V3 Admin] fix typo (#1537)

it's -> it is or it has
its -> possessive form of it
This commit is contained in:
TheFixed 2018-04-17 03:36:38 +02:00 committed by palmtree5
parent 4f81bc9621
commit d6ef812704

View File

@ -375,7 +375,7 @@ class Admin:
@checks.is_owner() @checks.is_owner()
async def serverlock(self, ctx: commands.Context): async def serverlock(self, ctx: commands.Context):
""" """
Locks a bot to it's current servers only. Locks a bot to its current servers only.
""" """
serverlocked = await self.conf.serverlocked() serverlocked = await self.conf.serverlocked()
await self.conf.serverlocked.set(not serverlocked) await self.conf.serverlocked.set(not serverlocked)