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 { SlashClient } from '../models/slashClient.ts'
|
||||||
import { SlashCommandPartial } from '../types/slash.ts'
|
import { SlashCommandPartial } from '../types/slash.ts'
|
||||||
import { TOKEN } from './config.ts'
|
import { TOKEN } from './config.ts'
|
||||||
import { SlashModule, slashModule } from '../../mod.ts'
|
|
||||||
|
|
||||||
class MyMod extends SlashModule {}
|
export const slash = new SlashClient({ token: TOKEN })
|
||||||
|
|
||||||
class MySlashClient extends SlashClient {
|
|
||||||
@slashModule()
|
|
||||||
mod = new MyMod()
|
|
||||||
}
|
|
||||||
|
|
||||||
export const slash = new MySlashClient({ token: TOKEN })
|
|
||||||
|
|
||||||
console.log(slash.modules)
|
console.log(slash.modules)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue