From a2b760268079e0508349a1e1ee6605d16b3e7321 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Thu, 18 Feb 2021 11:25:28 +0100 Subject: [PATCH] Make targetted Mess public because why not --- cogs/xp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/xp.py b/cogs/xp.py index 9d63eae..e0dd1ea 100644 --- a/cogs/xp.py +++ b/cogs/xp.py @@ -15,8 +15,8 @@ class Xp(commands.Cog): @commands.check(checks.allowedChannels) @help.Category(Category.Other) async def xp(self, ctx, user: discord.Member = None): - if user is not None and str(ctx.author.id) != constants.myId: - return await ctx.send("Je hebt geen toegang tot dit commando.") + # if user is not None and str(ctx.author.id) != constants.myId: + # return await ctx.send("Je hebt geen toegang tot dit commando.") target = user if user is not None else ctx.author