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 f3a5fe7 commit 5737d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ async function saveSetup(type, arg, guild, channel, typeChannel, typeRole, autho
const dlogAlias = ["dlog", "deletionlog"]
const sroleAlias = ["srole", "staffrole"]

const {guild} = recievedMessage

if (alogAlias.includes(type)) {
console.log("actionLog");
if (typeChannel){
Expand Down

0 comments on commit 5737d14

Please sign in to comment.