Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 690 Bytes

TheCraft-Discord-Bot

Discord bot for the "TheCraft" discord server. "TheCraft" is a discord server for members of the linkshell "TheCraft" in Final Fantasy XIV.

Installation

Do

npm install

in the root directory.

Create settings.json in the root directory and add the following information to it:

{
  "token": "your discord API bot token goes here",
  "prefix": "your preferred prefix for the commands goes here",
  "delimiter": "your delimiter to split command arguments goes here"
}

See https://anidiotsguide_old.gitbooks.io/discord-js-bot-guide/content/other-guides/hosting-on-glitchcom.html for information on how to host a discord bot on glitch.com for free.