mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
Rename leave() to leaveGuild() to remove ambiguity
This commit is contained in:
@@ -570,7 +570,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