diff --git a/src/handler/structures/Command.ts b/src/handler/structures/Command.ts index dd44bde..4c1cdd4 100755 --- a/src/handler/structures/Command.ts +++ b/src/handler/structures/Command.ts @@ -25,6 +25,6 @@ export default class Command { } async run(ctx: Context) { - ctx.channel.send("This is the deafault Command, overwrite me.") + ctx.channel.send("This is the default command, overwrite me.") } }; diff --git a/src/utils/types.ts b/src/utils/types.ts index 8a91b4a..dad4b3d 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -121,8 +121,8 @@ interface Pkg { main: string; scripts: Scripts; repository: Repository; - keywords: any[]; - author: string; + keywords?: any[]; + author?: string; license: string; bugs: Bugs; homepage: string; diff --git a/src/utils/yiff.ts b/src/utils/yiff.ts index 5d86ad6..f2a6110 100644 --- a/src/utils/yiff.ts +++ b/src/utils/yiff.ts @@ -3,6 +3,9 @@ import config from '../../config' import pkg from '../../package.json' let yiff = new Yiff({ useragent: `${config.variables.name}/v${pkg.version} (t8.pm/bot)`, + killswitch: { + enabled: false + }, apikey: { sheri: config.apis.sheri, yiffrest: config.apis.yiffrest,