- About : All the instructions are included in the zip file.
- Tutorial: If you don't know how to set up a Discord bot, learn the basics of NodeJS first.
- Support: Join our support and check out the demo!
my startup command:
if [[ -d .git ]] && [[ 0 == "1" ]]; then git pull; fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install ${NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then /usr/local/bin/npm install; fi; if [[ "${MAIN_FILE}" == "*.js" ]]; then /usr/local/bin/node "/home/container/${MAIN_FILE}" ${NODE_ARGS}; else /usr/local/bin/ts-node "/home/container/${MAIN_FILE}" ${NODE_ARGS}; fi
FOR TESTING BOT JOIN THIS DISCORD: https://discord.gg/JbCN23gc23
FOR SUPPORT: https://discord.gg/Yxvagy9rQT
COOKI99 USE COUPON CODE IN HOSTING AND GET 5% OFF