Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko93s authored Jul 19, 2022
1 parent ef3c0c5 commit e8feaa2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions functions/ensureGuildSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ module.exports = function(client, guild) {
supportrole: null,
roleonjoin: null,
// toggles
musicchannelonly: `false`,
autodeletecmds: `true`,
xpmodule: `true`,
welcomemessage: `true`,
welcomerole: `true`,
djrequired: `true`,
musicchannelonly: false,
autodeletecmds: true,
xpmodule: true,
welcomemessage: true,
welcomerole: true,
djrequired: true,
// other
prefix: `.`,
xpcooldown: 5,
Expand Down

0 comments on commit e8feaa2

Please sign in to comment.