mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
Update delete_channel.ts
This commit is contained in:
@@ -23,11 +23,9 @@ export async function deleteChannel(
|
|||||||
throw new Error(Errors.UPDATES_CHANNEL_CANNOT_BE_DELETED);
|
throw new Error(Errors.UPDATES_CHANNEL_CANNOT_BE_DELETED);
|
||||||
}
|
}
|
||||||
|
|
||||||
const result = await rest.runMethod(
|
return await rest.runMethod<undefined>(
|
||||||
"delete",
|
"delete",
|
||||||
endpoints.CHANNEL_BASE(channelId),
|
endpoints.CHANNEL_BASE(channelId),
|
||||||
{ reason },
|
{ reason },
|
||||||
);
|
);
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user