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 -1
View File
@@ -1,4 +1,4 @@
import type { GetGuildPruneCountQuery } from "../../types/guilds/get_guild_prune_count.ts";
import type { GetGuildPruneCountQuery } from "../../types/guilds/getGuildPruneCount.ts";
import type { Bot } from "../../bot.ts";
/** Check how many members would be removed from the server in a prune operation. Requires the KICK_MEMBERS permission */