Skip to content

Commit

Permalink
Update rrvrole.js
Browse files Browse the repository at this point in the history
  • Loading branch information
diwasatreya authored Sep 3, 2021
1 parent 539e02c commit 790d816
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/verify/rrvrole.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const db = require("quick.db")
module.exports = {
name: "rrvrole",
aliases: ["rrvr"],
category: ":frame_photo: WELCOME",

run: (client, message, args) => {
if (!message.member.hasPermission("ADMINISTRATION")) {
Expand All @@ -19,4 +18,4 @@ module.exports = {

message.channel.send(`Removed role that is verification role`)
}
}
}

0 comments on commit 790d816

Please sign in to comment.