Made things available in general

pull/2/head
sgoudham 5 years ago
parent 5c903ea0f2
commit 87a31aafd2

@ -105,7 +105,7 @@ class Fun(commands.Cog):
@cooldown(1, 0.5, BucketType.channel) @cooldown(1, 0.5, BucketType.channel)
async def kissing(self, ctx, target: discord.Member): async def kissing(self, ctx, target: discord.Member):
channels = ["bot-commands"] channels = ["bot-commands", 'general']
try: try:
if str(ctx.channel) in channels: if str(ctx.channel) in channels:
@ -141,7 +141,7 @@ class Fun(commands.Cog):
@cooldown(1, 0.5, BucketType.channel) @cooldown(1, 0.5, BucketType.channel)
async def cuddle(self, ctx, target: discord.Member): async def cuddle(self, ctx, target: discord.Member):
channels = ["bot-commands"] channels = ["bot-commands", 'general']
try: try:
if str(ctx.channel) in channels: if str(ctx.channel) in channels:

Loading…
Cancel
Save