We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b033e2d commit 540bb38Copy full SHA for 540bb38
nameless/nameless.py
@@ -16,7 +16,7 @@
16
class Nameless(commands.AutoShardedBot):
17
"""Customized Discord sharded bot"""
18
19
- __version__ = "2.22.2"
+ __version__ = "2.22.3"
20
21
def __init__(self, is_debug: bool = False, *args, **kwargs):
22
super().__init__([], *args, **kwargs)
0 commit comments