Remove changes of helpers, will change them on another pr

This commit is contained in:
TriForMine
2021-10-08 16:41:48 +02:00
parent 05804c9de4
commit 8c40679036
4 changed files with 13 additions and 12 deletions
+1
View File
@@ -6,6 +6,7 @@ import type { ModifyGuild } from "../../types/guilds/modify_guild.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotGuildPermissions } from "../../util/permissions.ts";
import { snakelize, urlToBase64 } from "../../util/utils.ts";
import { ws } from "../../ws/ws.ts";
/** Modify a guilds settings. Requires the MANAGE_GUILD permission. */
export async function editGuild(guildId: bigint, options: ModifyGuild) {