This commit is contained in:
lilyissillyyy
2025-07-20 01:12:46 -04:00
parent 9d68b4e573
commit 279a85f972
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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,