mirror of
https://github.com/SamSanai/VoiceMaster-Discord-Bot.git
synced 2024-11-21 17:38:14 +01:00
Merge pull request #1 from BulletTide/master
Fixed: "TypeError: cogs must derive from Cog"
This commit is contained in:
commit
e07e7e8bd4
@ -13,7 +13,7 @@ from discord.ext.commands.cooldowns import BucketType
|
||||
from time import gmtime, strftime
|
||||
|
||||
|
||||
class voice:
|
||||
class voice(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user