From 87a31aafd248ea6bf38c887d8473ec274db47fa0 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 13 Jun 2020 03:49:39 +0100 Subject: [PATCH] Made things available in general --- cogs/FunCommands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/FunCommands.py b/cogs/FunCommands.py index f06bf762..6f0c0e74 100644 --- a/cogs/FunCommands.py +++ b/cogs/FunCommands.py @@ -105,7 +105,7 @@ class Fun(commands.Cog): @cooldown(1, 0.5, BucketType.channel) async def kissing(self, ctx, target: discord.Member): - channels = ["bot-commands"] + channels = ["bot-commands", 'general'] try: if str(ctx.channel) in channels: @@ -141,7 +141,7 @@ class Fun(commands.Cog): @cooldown(1, 0.5, BucketType.channel) async def cuddle(self, ctx, target: discord.Member): - channels = ["bot-commands"] + channels = ["bot-commands", 'general'] try: if str(ctx.channel) in channels: