Merge pull request #1 from BulletTide/master

Fixed: "TypeError: cogs must derive from Cog"
This commit is contained in:
SamSanai 2019-03-25 21:53:14 +00:00 committed by GitHub
commit e07e7e8bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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