Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 8a34e70

Browse files
committed
Modify Cooldown
Updated the info about cooldown
1 parent 6854258 commit 8a34e70

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

commands/help.js

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,17 @@ module.exports.run = async (bot, message, args) => {
4545
.setDescription('')
4646
.setThumbnail('https://i.imgur.com/ypxq7B9.png')
4747
.addFields(
48-
{ name: config.prefix +'help', value: 'To show all of the available bot commands.\nCommand Cooldown: 3 seconds' },
49-
{ name: config.prefix +'fetch', value: 'To fetch/update all the data cache. \nCommand Cooldown: 5 Minutes' },
50-
51-
{ name: config.prefix +'krole <role>', value: 'Kick all the users to the specific role. \nCommand Cooldown: 5 seconds' },
52-
{ name: config.prefix +'urole <role>', value: 'List all the users with the mentioned role. \nCommand Cooldown: 5 seconds' },
53-
54-
{ name: config.prefix +'knorole', value: 'Kick all the users without role. \nCommand Cooldown: 5 seconds' },
55-
{ name: config.prefix +'unorole', value: 'List all the users without role. \nCommand Cooldown: 5 seconds' },
56-
{ name: config.prefix +'roles', value: 'List and count all the roles in the server. \nCommand Cooldown: 5 seconds' },
57-
{ name: config.prefix +'roleid <role>', value: 'Print the Role ID of the specific role. \nCommand Cooldown: 5 seconds' },
48+
{ name: config.prefix +'help', value: 'To show all of the available bot commands.\nCommand Cooldown: 3 second(s)' },
49+
{ name: config.prefix +'fetch', value: 'To fetch/update all the data cache. \nCommand Cooldown: 1 Hour(s)' },
50+
51+
{ name: config.prefix +'krole <role>', value: 'Kick all the users to the specific role. \nCommand Cooldown: 30 Minute(s)' },
52+
{ name: config.prefix +'urole <role>', value: 'List all the users with the mentioned role. \nCommand Cooldown: 15 Minute(s)' },
53+
54+
{ name: config.prefix +'knorole', value: 'Kick all the users without role. \nCommand Cooldown: 30 Minute(s)' },
55+
{ name: config.prefix +'unorole', value: 'List all the users without role. \nCommand Cooldown: 15 Minute(s)' },
56+
57+
{ name: config.prefix +'roles', value: 'List and count all the roles in the server. \nCommand Cooldown: 5 seconds' },
58+
{ name: config.prefix +'roleid <role>', value: 'Print the Role ID of the specific role. \nCommand Cooldown: 5 seconds' },
5859

5960
{ name: config.prefix +'message <message>', value: 'Send announcements to all server owners using this bot. \nCommand Cooldown: 5 seconds' },
6061
{ name: config.prefix +'emmessage <message>', value: 'Send embed announcements to all server owners using this bot. \nCommand Cooldown: 5 seconds' },

0 commit comments

Comments
 (0)