mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Update SequelizeProvider and do some other stuff
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
const request = require('superagent');
|
||||
|
||||
class Stats {
|
||||
constructor() {
|
||||
throw new Error(`The ${this.constructor.name} class may not be instantiated.`);
|
||||
}
|
||||
|
||||
static discordBots(server_count, userID) {
|
||||
return request
|
||||
.post(`https://bots.discord.pw/api/bots/${userID}/stats`)
|
||||
|
||||
Reference in New Issue
Block a user