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