This commit is contained in:
ayntee
2020-11-27 10:14:07 -08:00
4 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -565,7 +565,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, ["BAN_MEMBERS"]);
if (!hasPerm) {