diff --git a/checkin_bot.py b/checkin_bot.py index da32d30..1a8b382 100644 --- a/checkin_bot.py +++ b/checkin_bot.py @@ -32,6 +32,7 @@ async def checkout(context: commands.Context) -> None: @bot.command() async def checkin_list(context: commands.Context) -> None: + checkin_db.auto_checkout() count = checkin_db.get_checkin_count() if count == 1: await context.send(