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

Commit 7cd5696

Browse files
committed
Update help.js
1 parent d16d9bf commit 7cd5696

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
@@ -61,8 +61,10 @@ module.exports.run = async (bot, message, args) => {
6161
{ name: config.prefix +'servers', value: 'Check how many servers using this bot. \nCommand Cooldown: 5 seconds' },
6262

6363
{ 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.' },
64+
{ 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.' },
65+
6466
{ name: 'Github (Source Code)', value: 'https://github.com/mashwishi/PruneBot' },
65-
{ name: 'Support the Developer:', value: 'https://ko-fi.com/mashwishi' }
67+
{ name: 'Support the Developer:', value: 'https://ko-fi.com/mashwishi' }
6668
)
6769
.setTimestamp()
6870
.setFooter('PruneBot is created by Mashwishi', 'https://i.imgur.com/DxWDaGv.png');

0 commit comments

Comments
 (0)