style: Run prettier

This commit is contained in:
Jacob Nguyen
2022-05-19 22:54:46 -05:00
parent 3f64a8aa0a
commit 2d28800953
14 changed files with 154 additions and 126 deletions

View File

@@ -12,7 +12,7 @@ import type SernEmitter from '../sernEmitter';
*/
interface Wrapper {
readonly client: Client;
readonly sernEmitter? : SernEmitter
readonly sernEmitter?: SernEmitter;
readonly defaultPrefix?: string;
readonly commands: string;
readonly events?: (DiscordEvent | EventEmitterRegister)[];