old-automod/lib/types/BridgeConfig.ts

14 lines
216 B
TypeScript
Raw Normal View History

2022-04-24 11:48:42 +00:00
export default class {
// Revolt channel ID
revolt?: string;
// Discord channel ID
discord?: string;
// Discord webhook
discordWebhook?: {
id: string;
token: string;
}
}