auto update on list

This commit is contained in:
Johannes Rothe 2021-12-30 00:21:54 +01:00
parent db2cdb974a
commit a255e6cc8c

View File

@ -32,6 +32,7 @@ async def checkout(context: commands.Context) -> None:
@bot.command() @bot.command()
async def checkin_list(context: commands.Context) -> None: async def checkin_list(context: commands.Context) -> None:
checkin_db.auto_checkout()
count = checkin_db.get_checkin_count() count = checkin_db.get_checkin_count()
if count == 1: if count == 1:
await context.send( await context.send(