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() @commands.Cog.listener()
async def on_voice_state_update(self, member, before, after): 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 return
if not after.channel: if not after.channel:
return return

View file

@ -1440,7 +1440,7 @@ class Punish(commands.Cog):
@commands.Cog.listener() @commands.Cog.listener()
async def on_voice_state_update(self, member, before, after): 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 return
if not after.channel: if not after.channel:
return return

View file

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