1) Create mysql table:
CREATE TABLE `guilds` (
`guild_id` varchar(21) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`workchannel` varchar(18) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`lang` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'eng'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; )
2) Install node.js,
3) Edit config.js
( if you don't have trace.moe token set "trace_moe_token": false ),
4) Start bot: cmd -> node index.js
5) Add bot to your server,
6) Set work channel: +setchannel #channel_name
7) Send any anime image to work channel ;D