Fix strict TypeScript checks for server

This commit is contained in:
nav
2026-04-09 04:38:07 +00:00
parent 2972c4750e
commit 31f41cb49b
7 changed files with 52 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ interface CreateDmChannelResponse {
interface SendDiscordDirectMessageOptions {
config: DiscordNotificationConfig;
message: string;
fetcher?: DiscordFetch;
fetcher: DiscordFetch;
}
const DISCORD_API_BASE_URL = "https://discord.com/api/v10";