thaldrin/src/utils/types.ts

17 lines
232 B
TypeScript
Raw Normal View History

2021-04-04 15:17:46 +00:00
export type CommandContext = {
}
export type Server = {
id: string
server_id: string
prefix: string[]
locale: string
shortlinks: boolean
embeds: boolean
source: boolean
interactiontext: boolean
}