mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Fix emoji face
This commit is contained in:
@@ -2,7 +2,7 @@ const Command = require('../../framework/Command');
|
||||
const { GuildEmoji } = require('discord.js');
|
||||
const request = require('node-superfetch');
|
||||
const { createCanvas, loadImage } = require('canvas');
|
||||
const twemoji = require('twemoji-parser');
|
||||
const twemoji = require('@twemoji/parser');
|
||||
|
||||
module.exports = class EmojiFaceCommand extends Command {
|
||||
constructor(client) {
|
||||
|
||||
Reference in New Issue
Block a user