chore: prettier reformat

This commit is contained in:
jacoobes
2022-05-13 14:45:06 -05:00
parent 88dcdee818
commit 3dedba3493
9 changed files with 663 additions and 613 deletions

View File

@@ -14,7 +14,7 @@ interface Wrapper {
readonly client: Client;
readonly defaultPrefix?: string;
readonly commands: string;
readonly events? : DiscordEvent[];
readonly events?: DiscordEvent[];
}
export default Wrapper;