Explorar el Código

Fix to delete_after argument

pull/13/head
Rocketsoup hace 2 meses
padre
commit
a8e19fcce8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      rocketbot/cogs/helpcog.py

+ 1
- 1
rocketbot/cogs/helpcog.py Ver fichero

@@ -471,7 +471,7 @@ async def _update_paged_help(interaction: Interaction, original_interaction: Opt
471 471
 			await resolved.response.send_message(
472 472
 				view=view,
473 473
 				ephemeral=True,
474
-				delete_message_after=60,
474
+				delete_after=60,
475 475
 			)
476 476
 	except BaseException as e:
477 477
 		dump_stacktrace(e)

Loading…
Cancelar
Guardar