From 1290e21e352dbf052e853cd1ec8ee0def0fb402d Mon Sep 17 00:00:00 2001 From: Helixu Date: Sat, 20 Nov 2021 10:57:57 +0000 Subject: [PATCH] removed namehistory from mc because it was bugged --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 9bff3c8..d83993c 100755 --- a/bot.py +++ b/bot.py @@ -95,7 +95,7 @@ async def mc(ctx, *, name = None): await ctx.send(f""" Username: {username} UUID: {uuid} -Name History: {namehistory}""") +Name History: Removed as it is currently bugged!""") @bot.command(brief="gives credits") async def credits(ctx):