mirror of
https://github.com/RGBCube/VReplBot
synced 2025-07-31 02:17:46 +00:00
B
This commit is contained in:
parent
7a9706ee0d
commit
271706db7e
3 changed files with 21 additions and 17 deletions
|
@ -53,9 +53,12 @@ class Miscellaneous(
|
|||
await ctx.reply(
|
||||
strip(
|
||||
f"""
|
||||
__**Bot Info**__
|
||||
**Python Version:** v{python_version()}
|
||||
**Uptime:** `{TimeDelta(seconds = int(get_time() - self.bot.ready_timestamp))}`
|
||||
```
|
||||
Bot Info
|
||||
========
|
||||
Python Version: v{python_version()}
|
||||
Uptime: {TimeDelta(seconds = int(get_time() - self.bot.ready_timestamp))}
|
||||
```
|
||||
"""
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue