mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Discord.js v14
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const Command = require('../../framework/Command');
|
||||
const { PermissionFlagsBits } = require('discord.js');
|
||||
const request = require('node-superfetch');
|
||||
|
||||
module.exports = class LizardCommand extends Command {
|
||||
@@ -8,7 +9,7 @@ module.exports = class LizardCommand extends Command {
|
||||
group: 'random-img',
|
||||
memberName: 'lizard',
|
||||
description: 'Responds with a random lizard image.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
{
|
||||
name: 'nekos.life',
|
||||
|
||||
Reference in New Issue
Block a user