From 6d40556a3637df4056afa1cedf08e3091265da92 Mon Sep 17 00:00:00 2001 From: xbnfz01 <88994722+xbnfz01@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:35:49 +0700 Subject: [PATCH] fix: typo --- src/types/structure/commands.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/structure/commands.d.ts b/src/types/structure/commands.d.ts index 9e0abb0..c877a9b 100644 --- a/src/types/structure/commands.d.ts +++ b/src/types/structure/commands.d.ts @@ -58,7 +58,7 @@ type CommandsObject = { declare type Database = { Group: GroupDatabaseType; - User: UserDatanaseType; + User: UserDatabaseType; }; declare type Commands = {