never ever come with snake_case again for dd

This commit is contained in:
ITOH
2021-11-14 21:53:29 +01:00
parent fdd600e88b
commit 9eeb8e26fb
334 changed files with 1121 additions and 1214 deletions
@@ -1,6 +1,6 @@
import { Bot } from "../../bot.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { IntegrationDelete } from "../../types/integrations/integration_delete.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gatewayPayload.ts";
import type { IntegrationDelete } from "../../types/integrations/integrationDelete.ts";
import { SnakeCasedPropertiesDeep } from "../../types/util.ts";
export function handleIntegrationDelete(bot: Bot, data: DiscordGatewayPayload) {