snakecord:为您的Discord机器人创建互动游戏 源码
Snakecord 根据著名的Snake游戏创建有趣的互动游戏! 安装 npm install snakecord 特征 便于使用 干净而专注 积极维护 例子 const SnakeGame = require ( 'snakecord' ) ; const Discord = require ( "discord.js" ) ; const client = new Discord . Client ( ) ; const snakeGame = new SnakeGame ( { title : 'Snake Game' , color : "GREEN" , t
用户评论