项目作者: smallbomb

项目描述 :
A discord bot for CGSS (cinderella girls starlight stage) which is smartphone rhythm game. It is a simple charbot
高级语言: JavaScript
项目地址: git://github.com/smallbomb/DiscordBot.js-CGSS.git
创建时间: 2017-06-19T04:42:01Z
项目社区:https://github.com/smallbomb/DiscordBot.js-CGSS

开源协议:MIT License

下载


Discordbot

A discord chatbot that I use js language and discord.js library.

For studying javascript.

Install

First step

open terminal and cd this folder

Second step

~$ npm install

Final

~$ node .

Certificate.json

  1. {
  2. "token": "", // The token of your bot - https://discordapp.com/developers/applications/me
  3. "prefix":"", // for command
  4. "ownerID":"" // owner discord ID
  5. "game": {
  6. "expiry_date": "", // expiry
  7. "userID": "", // user ID who has ownership until expiry.
  8. "userName": "", // the user name.
  9. "name": "", // game name
  10. "url": "" // twitch url
  11. }
  12. }