ya4ept / NodeKore

Openkore and Discord Integration using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language

Stars Fork Watch

Issues Pull Requests Contributors

NodeKore

Openkore and Discord Integration using Node.js

Prerequisites

1 - Openkore 2 - Node.js 3 - Discord Bot 4 - A Discord Server where You and NodeKore are in the member list

Quickstart

1 - Configure the file conf/config.json

  • "BOT_TOKEN" = Discord Bot Token
  • "BOT_CHANNEL" = Channel ID where bot will send the messages

2 - Copy the plugin: NodeKore to openkore plugins folder
3 - Add the plugin to load list in openkore/control/sys.txt
4 - set bus 1 and bus_server_port 1234in openkore/control/sys.txt (bus_server_port [sys.txt] must be equal to SOCKET_PORT[config.json])
5 - Open terminal and go to NodeKore root folder
6 - Type: node index.js

F.A.Q. (Frequently Asked Questions)

  1. Where can i get the Channel ID?
    • use command !channel in discord server channel

Avaliable Commands

!info: Show information about all connected bots.
!quit: <all/username/accountID> : Send Quit command to specific bot, if not defined send to all.
!relog: <all/username/accountID> <time> : Send relog command to specific bot, if not defined send to all.
!pm: <from/all> <to> <message> : Send PM command to bot.
!channel: Show the current Channel ID
!h: Show the Avaliable Commands

Screenshots

NodeKore NodeKore

About

Openkore and Discord Integration using Node.js

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.6%Language:Perl 23.4%