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:
parent
762a9bbe51
commit
38ab9e39d7
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ async def check_activity():
|
|||
if c.config["inactive"] and c.config["inactive"] not in member.role_ids:
|
||||
await member.add_role(c.config["inactive"])
|
||||
except hikari.NotFoundError:
|
||||
print(f"Member {author_id} not found. Deleting entry...")
|
||||
del c.db[author_id]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue