节点实用程序:我自己的NPM软件包 源码
节点实用程序 画布助手 轻松完成复杂的画布功能! 即使它的主要重点是Discord Bots,它也可以在各种环境中使用。 import { Main } from "package_name" ; const canvas = Main . canvasHelper ; // Do your login stuff and what not client . on ( "message" , async ( message : object ) : Promise < void> => { if ( message . author . bot ) return ; const args
用户评论