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"""
|
await ctx.send(f"""
|
||||||
Username: {username}
|
Username: {username}
|
||||||
UUID: {uuid}
|
UUID: {uuid}
|
||||||
Name History: {namehistory}""")
|
Name History: Removed as it is currently bugged!""")
|
||||||
|
|
||||||
@bot.command(brief="gives credits")
|
@bot.command(brief="gives credits")
|
||||||
async def credits(ctx):
|
async def credits(ctx):
|
||||||
|
|
Loading…
Reference in a new issue