Fixed: "TypeError: cogs must derive from Cog"

This commit is contained in:
BulletTide 2019-03-23 22:34:44 +02:00 committed by GitHub
parent 3d26db0341
commit 096518a314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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