Compare commits

..

No commits in common. "master" and "1.0.0" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -42,8 +42,6 @@ class Logging(BaseModule):
try:
await channel.send(f"New {title.lower()} - {h[2:8]}:")
for embed in embeds:
while not self.client.is_ready:
await asyncio.sleep(1)
await channel.send(embed=embed)
except: # TODO: C'est pas beau mais il ne faut absolument pas lever une exception pour éviter les récursions infinies
print(traceback.format_exc())

View File

@ -7,4 +7,4 @@ bot_version = "~=0.1.0"
metamodule = false
[dependencies]
mod_base = ">=1.0.0"
mod_base = "~=1.0.0"