ok linter
This commit is contained in:
parent
b112b6ae36
commit
e9f461fef4
1 changed files with 1 additions and 9 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue