mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-10 14:09:06 -06:00
fix utf-8 encoding issues in logging FileHandler, round sleep time logs, add hard table logic, fix switched row/col key in generate
This commit is contained in:
@@ -46,7 +46,7 @@ class Cooldown(object):
|
||||
async def sleep(self) -> None:
|
||||
if self.ready:
|
||||
return
|
||||
logger.debug(f'Sleeping for {self.time_left} before sending a command.')
|
||||
logger.debug(f'Sleeping for {round(self.time_left, 2)}s before sending a command.')
|
||||
await asyncio.sleep(self.time_left)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user