mirror of
https://github.com/SamSanai/VoiceMaster-Discord-Bot.git
synced 2024-11-22 01:45:32 +01:00
Fixed: "TypeError: cogs must derive from Cog"
This commit is contained in:
parent
3d26db0341
commit
096518a314
@ -13,7 +13,7 @@ from discord.ext.commands.cooldowns import BucketType
|
|||||||
from time import gmtime, strftime
|
from time import gmtime, strftime
|
||||||
|
|
||||||
|
|
||||||
class voice:
|
class voice(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user