removed namehistory from mc because it was bugged
This commit is contained in:
parent
80a58cc32a
commit
1290e21e35
1 changed files with 1 additions and 1 deletions
2
bot.py
2
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):
|
||||
|
|
Loading…
Reference in a new issue