From e9f461fef4ece40e8218b52d69e61fb17bd973ae Mon Sep 17 00:00:00 2001 From: DjDeveloperr Date: Fri, 1 Jan 2021 15:05:53 +0530 Subject: [PATCH] ok linter --- src/test/slash-only.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/test/slash-only.ts b/src/test/slash-only.ts index df844d9..44b8a4f 100644 --- a/src/test/slash-only.ts +++ b/src/test/slash-only.ts @@ -1,16 +1,8 @@ import { SlashClient } from '../models/slashClient.ts' import { SlashCommandPartial } from '../types/slash.ts' import { TOKEN } from './config.ts' -import { SlashModule, slashModule } from '../../mod.ts' -class MyMod extends SlashModule {} - -class MySlashClient extends SlashClient { - @slashModule() - mod = new MyMod() -} - -export const slash = new MySlashClient({ token: TOKEN }) +export const slash = new SlashClient({ token: TOKEN }) console.log(slash.modules)