3.4 boo boos i made

This commit is contained in:
brandons209 2020-10-29 05:31:38 -04:00
parent e9f7b86be9
commit e68ebc7875
3 changed files with 22 additions and 20 deletions

View file

@ -1372,7 +1372,7 @@ class Isolate(commands.Cog):
@commands.Cog.listener()
async def on_voice_state_update(self, member, before, after):
if await self.bot.cog_disabled_in_guild(self, after.guild):
if await self.bot.cog_disabled_in_guild(self, member.guild):
return
if not after.channel:
return

View file

@ -1440,7 +1440,7 @@ class Punish(commands.Cog):
@commands.Cog.listener()
async def on_voice_state_update(self, member, before, after):
if await self.bot.cog_disabled_in_guild(self, after.guild):
if await self.bot.cog_disabled_in_guild(self, member.guild):
return
if not after.channel:
return

View file

@ -1,18 +1,20 @@
"author": [
"Brandons209"
],
"bot_version": [
3,
4,
0
],
"description": "Trick or treat! Sometimes you get some credits, sometimes you get tricked and lose them!",
"hidden": false,
"install_msg": "Thank you for using this cog! Please make sure to setup the cog using [p]totset",
"requirements": [],
"short": "Provides a fun way to get currency during spooktober.",
"tags": [
"brandons209",
"Halloween"
],
"end_user_data_statement": "This doesn't store any user data."
{
"author": [
"Brandons209"
],
"bot_version": [
3,
4,
0
],
"description": "Trick or treat! Sometimes you get some credits, sometimes you get tricked and lose them!",
"hidden": false,
"install_msg": "Thank you for using this cog! Please make sure to setup the cog using [p]totset",
"requirements": [],
"short": "Provides a fun way to get currency during spooktober.",
"tags": [
"brandons209",
"Halloween"
],
"end_user_data_statement": "This doesn't store any user data."
}