diff --git a/commands/avatar.js b/commands/avatar.js index cc1afdf..8732b9d 100644 --- a/commands/avatar.js +++ b/commands/avatar.js @@ -7,6 +7,8 @@ module.exports = { cooldown: 5000, available: true, permissions: [], + roles: [], + dm: false, aliases: ['av'] }, run: async (client, message, args, db) => { diff --git a/commands/gif.js b/commands/gif.js index b354010..5b0bd3d 100644 --- a/commands/gif.js +++ b/commands/gif.js @@ -9,6 +9,8 @@ module.exports = { cooldown: 5000, available: true, permissions: [], + roles: [], + dm: false, aliases: ['tenor', 'giphy', 'gify'] }, run: async (client, message, args, db) => { diff --git a/commands/help.js b/commands/help.js index fbe01ce..2a11d96 100644 --- a/commands/help.js +++ b/commands/help.js @@ -7,6 +7,8 @@ module.exports = { cooldown: 5000, available: true, permissions: [], + roles: [], + dm: false, aliases: ['h'] }, run: async (client, message, args, db) => { diff --git a/commands/info.js b/commands/info.js index c7d41f2..ca4b43c 100644 --- a/commands/info.js +++ b/commands/info.js @@ -9,6 +9,8 @@ module.exports = { cooldown: 10000, available: true, permissions: [], + roles: [], + dm: false, aliases: ["stats"] }, run: async (client, message, args, db) => { diff --git a/commands/polls.js b/commands/polls.js index 575e301..004a38f 100644 --- a/commands/polls.js +++ b/commands/polls.js @@ -11,6 +11,8 @@ module.exports = { cooldown: 10000, available: true, permissions: ['ManageServer'], + roles: [], + dm: false, aliases: ["poll"] }, run: async (client, message, args, db) => { diff --git a/commands/prefix.js b/commands/prefix.js index 2fcf20d..753359f 100644 --- a/commands/prefix.js +++ b/commands/prefix.js @@ -7,7 +7,9 @@ module.exports = { available: true, usage: true, permissions: ["ManageServer"], - aliases: [] + aliases: [], + roles: [], + dm: false, }, run: async (client, message, args, db) => { const embed = new Embed() diff --git a/commands/reload.js b/commands/reload.js index 8a8031a..7586021 100644 --- a/commands/reload.js +++ b/commands/reload.js @@ -5,7 +5,9 @@ module.exports = { cooldown: 0, available: "Owner", permissions: [], - aliases: ["r"] + aliases: ["r"], + roles: [], + dm: false, }, run: async (client, message, args) => { if (!client.config.owners.includes(message.authorId)) return; diff --git a/commands/rule7.js b/commands/rule7.js index 356470a..589d17d 100644 --- a/commands/rule7.js +++ b/commands/rule7.js @@ -11,6 +11,8 @@ module.exports = { cooldown: 10000, available: true, permissions: ['ManageServer'], + roles: [], + dm: false, aliases: ["r7"] }, run: async (client, message, args, db) => { diff --git a/commands/urban.js b/commands/urban.js index af7d77c..b1e7bab 100644 --- a/commands/urban.js +++ b/commands/urban.js @@ -8,7 +8,9 @@ module.exports = { cooldown: 5000, available: true, permissions: [], - aliases: ['ub'] + aliases: ['ub'], + roles: [], + dm: false, }, run: async (client, message, args, db) => { let query = args.join(' ');