simple-modlogs icon indicating copy to clipboard operation
simple-modlogs copied to clipboard

Simple Python Discord modlog-bot sourced from auditlogs without database

Results 3 simple-modlogs issues
Sort by recently updated
recently updated
newest added

Problem code: @client.event async def on_member_ban(gld, usr): await asyncio.sleep(0.5) found_entry = None async for entry in gld.audit_logs(limit = 50, action = discord.AuditLogAction.ban, after = datetime.datetime.utcnow() - datetime.timedelta(seconds = 15), oldest_first...

Dynamite#8582 is started. Ignoring exception in on_member_unban Traceback (most recent call last): File "F:\Users\pc\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\client.py", line 343, in _run_event await coro(*args, **kwargs) File "E:\Download\simple-modlogs-master\bot.py", line 38, in on_member_unban await post_modlog(guild =...

bug

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/connector.py", line 969, in _wrap_create_connection return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 1081, in create_connection transport, protocol = await...