Discord bot for HakerEduPL discord server.
Or... if u want to test our dev builds, just click
- Clone this repository
git clone https://github.com/HakerEduCommunity/HakierBot
- Install dependencies
npm install
- Navigate to the cloned directory
cd HakierBot/
- Config
cp config/example_config.json config/config.json
Then open config/config.json
in your text editor (like nano, vim, vs code, etc) and put your Discord bot token in the token
field.
- 🚀 Start bot (without auto reload)
node src/index.js
- 🚧 or start bot in development mode (auto reload)
npm start
Made with ❤️ by HakerEdu Community