mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
Merge branch 'v9' of https://github.com/Skillz4Killz/Discordeno into v9
This commit is contained in:
@@ -584,7 +584,7 @@ export function getInvites(guildID: string) {
|
||||
}
|
||||
|
||||
/** Leave a guild */
|
||||
export function leave(guildID: string) {
|
||||
export function leaveGuild(guildID: string) {
|
||||
return RequestManager.delete(endpoints.GUILD_LEAVE(guildID));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user