mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const Command = require('../../framework/Command');
|
||||
const { UserAgent } = require('user-agents');
|
||||
const UserAgent = require('user-agents');
|
||||
|
||||
module.exports = class UserAgentCommand extends Command {
|
||||
constructor(client) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const Command = require('../../framework/Command');
|
||||
const request = require('node-superfetch');
|
||||
const { UserAgent } = require('user-agents');
|
||||
const UserAgent = require('user-agents');
|
||||
const { list } = require('../../util/Util');
|
||||
const moods = {
|
||||
happy: 1,
|
||||
|
||||
Reference in New Issue
Block a user