btwiuse: extend
This commit is contained in:
parent
b069dd90c0
commit
ef97d64002
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ class Meme:
|
|||
async def btwiuse(self, ctx):
|
||||
"""btw i use arch"""
|
||||
uname = platform.uname()
|
||||
await ctx.send(f"BTW I use {uname.system} {uname.release}")
|
||||
await ctx.send(f"BTW I use {platform.python_implementation()} "
|
||||
f"{platform.python_version()} on {uname.system} "
|
||||
f"{uname.release}")
|
||||
|
||||
@commands.check(check_if_staff_or_ot)
|
||||
@commands.command(hidden=True)
|
||||
|
|
Loading…
Reference in a new issue