- Download and Install Node.js
- Download this project
- Open a terminal in the
/nexus_force_bot_v5
directory, runnpm install
- Add a
config.json
to the/nexus_force_bot_v5
directory. The file should look mostly like this, except put in your own token.
{
"prefix": "!",
"name": "Nexus Force",
"bot_icon_url": "https://cdn.discordapp.com/attachments/814459321282592769/849487058451169300/circle-cropped_1.png",
"github_link": "https://github.com/MasterTemple/discord_bot_template",
"output_path": "./../../output/",
"color": "#39A8CC",
"token": "your_token_goes_here!",
"version": 5,
"footer": "Nexus Force Bot 5.0",
"image_link_domain": "https://lu.lcdruniverse.org/lu-res/",
"explorer_link_domain": "https://lu.lcdruniverse.org/explorer/",
"universe_icon": "https://media.discordapp.net/attachments/641133444746838016/855979091983335514/communityIcon_mpbaes4n8n231.png",
"invis_char": "឵឵",
"time_out_ms": 300000,
"administrators": [
"789705048035688458",
"703120460023463986"
],
"developers": [
"703120460023463986",
"789705048035688458"
],
"embed_sizes": {
"search": 24,
"loot": 6,
"missions": 6
},
"emojis": {
"armor": "820200969861857280",
"heart": "820200969803268096",
"imagination": "820200969789767690",
"mythran": "834921599764398110",
"assembly": "850419548611280986",
"paradox": "850419548271149097",
"sentinels": "850419548653092905",
"venture": "850419548733440031",
"nexus_force": "847950505816227871"
},
"startup_status": "LEGO Universe"
}
- You will also have to add different emoji IDs in
config.emojis
(feel free to contact me if you have any trouble) - Install Nodemon by running
npm i nodemon -g
in your terminal - Run
index.js
by runningnodemon index.js
in your terminal
If you have any questions regarding use or any suggestions for features, feel free to contact me on Discord at MasterTemple#0233
(my ID is 789705048035688458
just in case my name is changed). Find me in the LEGO Universe Community Hub!