[Admin] Add logging to serverlock (#5073)

Co-authored-by: Twentysix <Twentysix26@users.noreply.github.com>
This commit is contained in:
Vexed
2021-05-24 12:03:43 +01:00
committed by GitHub
parent 2f7376169e
commit 982feda858
2 changed files with 11 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ from .admin import Admin
def setup(bot):
bot.add_cog(Admin())
bot.add_cog(Admin(bot))