harmony/src/test/slash-only.ts

7 lines
186 B
TypeScript
Raw Normal View History

import { SlashClient } from '../models/slashClient.ts'
import { TOKEN } from './config.ts'
const slash = new SlashClient({ token: TOKEN })
slash.commands.all().then(console.log)