Rotation and hashing V1.0.1
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
import discord
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "Kartoniarz"
|
||||
__version__ = '1.0.1'
|
||||
__author__ = 'Kartoniarz'
|
||||
|
||||
|
||||
class Bot(discord.Bot):
|
||||
@@ -13,5 +13,5 @@ class Bot(discord.Bot):
|
||||
super().__init__(intents=intents)
|
||||
|
||||
async def on_ready(self):
|
||||
print(f"Zalogowano jako {self.user} (ID: {self.user.id})")
|
||||
print(f" Pycord {discord.__version__} | Bot v{__version__}")
|
||||
print(f'Zalogowano jako {self.user} (ID: {self.user.id})')
|
||||
print(f' Pycord {discord.__version__} | Bot v{__version__}')
|
||||
|
||||
Reference in New Issue
Block a user