mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
Merge pull request #210 from TheBlueOompaLoompa/patch-1
Fix spelling error in guild.ts
This commit is contained in:
@@ -564,7 +564,7 @@ export async function ban(guildID: string, id: string, options: BanOptions) {
|
||||
);
|
||||
}
|
||||
|
||||
/** Remove the ban for a user. REquires BAN_MEMBERS permission */
|
||||
/** Remove the ban for a user. Requires BAN_MEMBERS permission */
|
||||
export async function unban(guildID: string, id: string) {
|
||||
const hasPerm = await botHasPermission(guildID, [Permissions.BAN_MEMBERS]);
|
||||
if (!hasPerm) {
|
||||
|
||||
Reference in New Issue
Block a user