Skip to content

Commit

Permalink
change: prettier code
Browse files Browse the repository at this point in the history
  • Loading branch information
Skillz4Killz authored and actions-user committed Jun 19, 2021
1 parent df70e43 commit 9c1df27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Structures/UniversityGuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export class UniversityGuild extends Base {

/** Edits the bot's nickname in this guild. Requires the CHANGE_NICKNAME permission. */
async editBotNickname(nickname: string | null) {
return await this.client.helpers.members.editBotNickname(this.id,nickname)
return await this.client.helpers.members.editBotNickname(this.id, nickname);
}

/** Remove the ban for a user. Requires BAN_MEMBERS permission */
Expand Down

0 comments on commit 9c1df27

Please sign in to comment.