mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Beep
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const Command = require('../../structures/Command');
|
||||
const { stripIndents } = require('common-tags');
|
||||
|
||||
module.exports = class UnbanCommand extends Command {
|
||||
constructor(client) {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
const snekfetch = require('snekfetch');
|
||||
const { promisify } = require('util');
|
||||
const { DBOTS_KEY, DBOTSORG_KEY } = process.env;
|
||||
const { stripIndents } = require('common-tags');
|
||||
|
||||
class Util {
|
||||
static postStats(count, id) {
|
||||
|
||||
Reference in New Issue
Block a user