1
0
Fork 0
mirror of https://github.com/myned/watcher.git synced 2024-11-01 12:22:38 +00:00

Remove debug print

This commit is contained in:
Myned 2022-07-23 23:31:02 -05:00
parent 762a9bbe51
commit 38ab9e39d7
No known key found for this signature in database
GPG key ID: 28056631D2CF6B1B

View file

@ -24,7 +24,6 @@ async def check_activity():
if c.config["inactive"] and c.config["inactive"] not in member.role_ids: if c.config["inactive"] and c.config["inactive"] not in member.role_ids:
await member.add_role(c.config["inactive"]) await member.add_role(c.config["inactive"])
except hikari.NotFoundError: except hikari.NotFoundError:
print(f"Member {author_id} not found. Deleting entry...")
del c.db[author_id] del c.db[author_id]