Skip to content

Commit

Permalink
Update setup-command.js
Browse files Browse the repository at this point in the history
  • Loading branch information
McNobby committed Jan 16, 2021
1 parent 5737d14 commit a1313db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports.setup = async (arguments, recievedMessage) => {
}
}

async function saveSetup(type, arg, guild, channel, typeChannel, typeRole, author, recievedMessage){
async function saveSetup(type, arg, guildd, channel, typeChannel, typeRole, author, recievedMessage){
const alogAlias = ["alog", "actionlog"]
const dlogAlias = ["dlog", "deletionlog"]
const sroleAlias = ["srole", "staffrole"]
Expand Down

0 comments on commit a1313db

Please sign in to comment.