ok linter

This commit is contained in:
DjDeveloperr 2021-01-01 15:05:53 +05:30
parent b112b6ae36
commit e9f461fef4

View file

@ -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)