mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2025-01-10 08:17:03 +00:00
fixing codacy detected issues
This commit is contained in:
parent
6082bf2692
commit
11e8745f88
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from functions import *
|
||||||
class Miscellaneous(commands.Cog):
|
class Miscellaneous(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
@is_dev()
|
@is_dev()
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def killbot(self, ctx):
|
async def killbot(self, ctx):
|
||||||
|
|
Loading…
Reference in a new issue