AutoMod/lib/types/BridgeConfig.ts
2022-07-09 09:45:15 +02:00

13 lines
216 B
TypeScript

export default class {
// Revolt channel ID
revolt?: string;
// Discord channel ID
discord?: string;
// Discord webhook
discordWebhook?: {
id: string;
token: string;
}
}