We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27d4d5 commit 6c08dfeCopy full SHA for 6c08dfe
xtools/formatter.py
@@ -75,6 +75,7 @@ def profile(data):
75
None,
76
77
78
+ None,
79
)
80
user = data["profile_users"][0]
81
xuid = user["id"]
xtools/xtools.py
@@ -45,7 +45,7 @@ class XTools(commands.Cog):
45
"""
46
47
__author__ = "[vertyco](https://github.com/vertyco/vrt-cogs)"
48
- __version__ = "3.11.7"
+ __version__ = "3.11.8"
49
50
def format_help_for_context(self, ctx: commands.Context):
51
helpcmd = super().format_help_for_context(ctx)
0 commit comments