mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Role Info, Permissions Stuff
This commit is contained in:
@@ -11,6 +11,11 @@ class Util {
|
||||
.replace(/(&)/g, '&')
|
||||
.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`)
|
||||
|
||||
Reference in New Issue
Block a user