Skip to content

Commit 6c08dfe

Browse files
committed
XTools - Add missing None entry in profile data initialization
1 parent a27d4d5 commit 6c08dfe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

xtools/formatter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def profile(data):
7575
None,
7676
None,
7777
None,
78+
None,
7879
)
7980
user = data["profile_users"][0]
8081
xuid = user["id"]

xtools/xtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class XTools(commands.Cog):
4545
"""
4646

4747
__author__ = "[vertyco](https://github.com/vertyco/vrt-cogs)"
48-
__version__ = "3.11.7"
48+
__version__ = "3.11.8"
4949

5050
def format_help_for_context(self, ctx: commands.Context):
5151
helpcmd = super().format_help_for_context(ctx)

0 commit comments

Comments
 (0)