Made eightball available in general

pull/2/head
sgoudham 4 years ago
parent 12484cd777
commit 5c903ea0f2

@ -213,7 +213,7 @@ class Fun(commands.Cog):
@cooldown(1, 0.5, BucketType.channel) @cooldown(1, 0.5, BucketType.channel)
async def _8ball(self, ctx, *, question): async def _8ball(self, ctx, *, question):
channels = ["bot-commands"] channels = ["bot-commands", "general"]
try: try:
if str(ctx.channel) in channels: if str(ctx.channel) in channels:

Loading…
Cancel
Save