diff --git a/structures/Util.js b/structures/Util.js index cca5c255..f42d5ccb 100644 --- a/structures/Util.js +++ b/structures/Util.js @@ -16,6 +16,7 @@ class Util { if (!size) size = '200x200'; return `http://via.placeholder.com/${size}/${color}/${color}`; } + static dBots(count, id) { snekfetch .post(`https://bots.discord.pw/api/bots/${id}/stats`)