@ Kruptixx Bot app for Discord
Requires:
- Node.js (ES6)
- Discord.js - Discord API wrapper
- Axios for HTTP requests
- Jest for unit tests
- config file (JSON type) with token to access as a bot
config.json example
{
"fullname" : "DiscordLoginNameHere",
"secret" : "ClientSecretHere",
"id" : "BotIDHere",
"token" : "BotTokenHere",
"prefix" : "BotPrefixForCommandsHere",
"authorid" : "AuthorIDHere",
"standartLanguage" : "en_orSomeOther",
"weather": {
"url": "http://api.openweathermap.org/data/2.5/weather",
"appid": "YourAppid"
}
}