diff --git a/commands/quotes/quote.ts b/commands/quotes/quote.ts index 80d608f..ff51c7f 100644 --- a/commands/quotes/quote.ts +++ b/commands/quotes/quote.ts @@ -32,10 +32,3 @@ export default function (settings: {}) { execute: execute, }; } - - -try { - await (value as ClassA).foo(); -} catch (error) { - console.log("Type error while running value.foo()"); -}