diff --git a/cmd/files.ts b/cmd/files.ts index 1be1185..b3b820e 100644 --- a/cmd/files.ts +++ b/cmd/files.ts @@ -16,7 +16,7 @@ export const data = new SlashCommandBuilder() ); export async function renderList(user: User, userId: string, page: number): Promise { - const amount = 2; + const amount = 4; const { count } = await db.get<{ count: number }>` SELECT COUNT(*) as count FROM files WHERE owner = ${userId}