solaire discord:用于创建不和谐机器人的轻量级框架 源码

qqsplash78465 13 0 ZIP 2021-04-27 08:04:14

索莱尔 使用Node创建Discord机器人的轻量级框架。 import { Solaire } from "solaire-discord" ; const bot = Solaire . create ( { token : process . env . TOKEN , commandPrelude : "!" , commands : { "echo " : { execute ( { args , message } ) { message . channel . send ( `You said ${ args . msg } !` ; } , } , } , } ) ; bot . start ( ) ; Discord.js Solaire与进行了大量交互,而Solaire API公开的许

用户评论
请输入评论内容
评分:
暂无评论