Skip to content

Commit ee67b37

Browse files
test commit
1 parent fa7f326 commit ee67b37

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,3 @@ run.sh will restart the bot executable continually if it dies.
6363
| --dev | Run using the development token in the config file |
6464

6565

66-
## Reporting to bot list sites
67-
68-
To report your bot's server count to bot list sites (really, you shouldn't even do this, as you'd be running a fork of an existing bot!) you should add the simple script "update-bot-lists.php" to your crontab:
69-
70-
user@server:~/bot$ crontab -l
71-
# m h dom mon dow command
72-
0,30 * * * * cd /home/user/bot && /usr/bin/php update-bot-lists.php
73-
74-
and configure the infobot_discord_list_sites table with the sites your bot is registered upon:
75-
76-
INSERT INTO `infobot_discord_list_sites` (`name`, `url`, `server_count_field`, `user_count_field`, `authorization`) VALUES
77-
('Top.gg', 'https://top.gg/api/bots/your-bot-id/stats', 'server_count', NULL, 'your api key goes here'),
78-
('DiscordBotList', 'https://discordbotlist.com/api/bots/your-bot-id/stats', 'guilds', 'users', 'another api key'),
79-
('Bots On Discord', 'https://bots.ondiscord.xyz/bot-api/bots/your-bot-id/guilds', 'guildCount', NULL, 'api key for this other site'),
80-
('Divine Discord Bots', 'https://divinediscordbots.com/bot/your-bot-id/stats', 'server_count', NULL, 'guess what goes here?');
81-

0 commit comments

Comments
 (0)