auto update on list
This commit is contained in:
parent
db2cdb974a
commit
a255e6cc8c
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user