mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update twemoji-parser
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const Command = require('../../framework/Command');
|
||||
const { GuildEmoji, PermissionFlagsBits } = require('discord.js');
|
||||
const twemoji = require('twemoji-parser');
|
||||
const twemoji = require('@twemoji/parser');
|
||||
const request = require('node-superfetch');
|
||||
const { createCanvas, loadImage } = require('canvas');
|
||||
|
||||
|
||||
+1
-1
@@ -35,6 +35,7 @@
|
||||
"@mediapipe/face_detection": "^0.4.1646425229",
|
||||
"@tensorflow/tfjs-node": "^4.17.0",
|
||||
"@tensorflow-models/face-detection": "^1.0.2",
|
||||
"@twemoji/parser": "^15.1.1",
|
||||
"@vitalets/google-translate-api": "^8.0.0",
|
||||
"aki-api": "^6.0.9",
|
||||
"bombsweeper.js": "^1.0.1",
|
||||
@@ -77,7 +78,6 @@
|
||||
"stackblur-canvas": "^2.7.0",
|
||||
"text-diff": "^1.0.1",
|
||||
"tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax",
|
||||
"twemoji-parser": "^14.0.0",
|
||||
"twitter-openapi-typescript": "^0.0.32",
|
||||
"valid-url": "^1.0.9",
|
||||
"wavefile": "^11.0.0",
|
||||
|
||||
Reference in New Issue
Block a user