mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-24 11:41:04 +00:00
btwiuse: extend
This commit is contained in:
parent
b069dd90c0
commit
ef97d64002
|
@ -49,7 +49,9 @@ class Meme:
|
||||||
async def btwiuse(self, ctx):
|
async def btwiuse(self, ctx):
|
||||||
"""btw i use arch"""
|
"""btw i use arch"""
|
||||||
uname = platform.uname()
|
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.check(check_if_staff_or_ot)
|
||||||
@commands.command(hidden=True)
|
@commands.command(hidden=True)
|
||||||
|
|
Loading…
Reference in a new issue