btwiuse: extend

This commit is contained in:
Ave Ozkal 2018-12-31 02:16:20 +03:00
parent b069dd90c0
commit ef97d64002
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -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)