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

Commit d16d9bf

Browse files
committed
Cooldown Info
added some more info about rate limits
1 parent 2aba9a2 commit d16d9bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commands/help.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ module.exports.run = async (bot, message, args) => {
2828
{ name: config.prefix +'roleid <role>', value: 'Print the Role ID of the specific role. \nCommand Cooldown: 5 seconds' },
2929

3030
{ name: 'Important Note:', value: 'User must have Administrator Permission to be able to use this, You MUST "fetch" the data first to get the latest or updated data to this server to be able to kick or list the latest users and roles.' },
31-
{ name: 'Problem with Cooldowns?', value: 'To avoid being rate-limited and banned, I decided to set this time to prevent it some how and If you are not happy with it use the source code and modify it.' },
31+
{ name: 'Problem with Cooldowns?', value: 'To avoid being rate-limited and banned, I decided to set this time to prevent it some how and If you are not happy with it use the source code and modify it.' },
32+
33+
{ name: 'Github (Source Code)', value: 'https://github.com/mashwishi/PruneBot' },
3234
{ name: 'Support the Developer:', value: 'https://ko-fi.com/mashwishi' }
3335
)
3436
.setTimestamp()

0 commit comments

Comments
 (0)