Bug-Fixes

This commit is contained in:
Daniel Odendahl Jr
2017-07-24 16:55:57 +00:00
parent b71d547516
commit 5dfbefbce1
2 changed files with 3 additions and 12 deletions
-5
View File
@@ -12,11 +12,6 @@ class Util {
.replace(/(\[i\]|\[\/i\])/g, '*');
}
static placeholder({ size, color }) {
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`)