diff --git a/src/commands/modrinth.ts b/src/commands/modrinth.ts index a2ea7fc..ba1291d 100644 --- a/src/commands/modrinth.ts +++ b/src/commands/modrinth.ts @@ -54,6 +54,10 @@ export const modrinthCommand = async ( ], }); + setTimeout(() => { + i.deleteReply(); + }, 3000); + return; } @@ -73,6 +77,10 @@ export const modrinthCommand = async ( ], }); + setTimeout(() => { + i.deleteReply(); + }, 3000); + return; }