Skip to content

Commit

Permalink
Merge pull request #170 from xbnfz01/patch-1
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
TobyG74 authored Feb 5, 2024
2 parents 7558e5e + 6d40556 commit c526bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/structure/commands.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type CommandsObject = {

declare type Database = {
Group: GroupDatabaseType;
User: UserDatanaseType;
User: UserDatabaseType;
};

declare type Commands = {
Expand Down

0 comments on commit c526bef

Please sign in to comment.