learning node
to create your own bot with this template:
- Create your own bot through "https://discordapp.com/developers/applications/"
- Add your bot to a guild with "https://discordapp.com/oauth2/authorize?client_id=BOT_CLIENT_ID_HERE&scope=bot&permissions=0"
- create a config.json at root directory with your bot's token and specified prefix inside
- run "node index" to start the bot
useful commands:
!add : add yourself into the hunting grounds!
!list_monster : see what monsters are in your hunting ground
!hunt [name] : attempt to hunt for a monster
!attack [name] : after 'hunt' has been succeeded, you can begin to attack the monster
!level : level up to deal more damage
helpful tutorials and references: