Update events.py

This commit is contained in:
Elmon11 2020-12-02 22:43:03 +01:00 committed by GitHub
parent 42d7cd516d
commit 96e42c5f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,9 +47,8 @@ class Events(commands.Cog):
print(f'[{str(datetime.utcnow().replace(microsecond=0))[11:]} INFO]: [Guilds] bot currently in {guildCount} guilds.')
for guild in self.bot.guilds:
print(f'[{str(datetime.utcnow().replace(microsecond=0))[11:]} INFO]: [Guilds] Connected to guild: {guild.name}, Owner: {guild.owner}')
global starttime
starttime = datetime.utcnow()
global starttime
'''@commands.Cog.listener()
async def on_message(self, message):