mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
Fix spelling error in guild.ts
Fixed the extra uppercase letter in the comment for unban.
This commit is contained in:
committed by
GitHub
parent
4739a322c3
commit
1a4fe647e4
@@ -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