Skip to content

A Discord adventure bot that speak english and french

License

Notifications You must be signed in to change notification settings

voltou91/DraftBot

 
 

Repository files navigation

DraftBot is a bot developed in Node.js by @BastLast based on a text adventure game. The story takes place in a medieval world, and the player embodis an adventurer who wants to win a competition launched by the king, to win the princess' hand. To achieve this, he must travel, and earn points by going through a lot of danger, including thieves, wilderness, and scary children. Every few hours, the player can get a random event by using the " report" command: they interact with a multiple choice system, using reactions below the report. Each choice has multiple issues,which could hurt the character, heal them, or even give them some stuff. During the journey, they earn money, stuff, and points, and can use them to buy potions, stuff or effects in the shop, fight other players, and ascend the leaderboard.


Discord Bots Discord Bots Discord Bots Discord Bots


How to launch the bot

Before creating your own instance, please note that you can add the bot to your server through the link available on the bot's discord If you decide to work on the creation of your own instance of the bot, you are supposed to have a minimum of computer skills. Bot support team will prioritize players of the main instance and will only provide limited assistance.

Here is a short start guide. (windows)

  • install git : https://git-scm.com/download/win
  • download the bot : git clone https://github.com/BastLast/DraftBot-A-Discord-Adventure
  • install NodeJS http://nodejs.org/fr/ (nodejs 12 minimum is required)
  • install Yarn npm install --global yarn
  • install the bot : yarn install
  • create the config file by copying the file app.json.default in a new file app.json
  • Edit the file app.json with the correct data
  • Launch the bot : yarn start

Here is the same guide for linux (or if you have a git terminal on Windows)

  • install git : apt-get install git
  • download the bot : git clone https://github.com/BastLast/DraftBot-A-Discord-Adventure
  • install NodeJS apt-get install nodejs (nodejs 12 minimum is required)
  • install yarn npm install -g yarn (you may have to install npm and use sudo)
  • install the bot : yarn install
  • create the config file : cp config/app.json.default config/app.json
  • Edit the file app.json with the correct data
  • Launch the bot : yarn start

Screenshots

Links

About

A Discord adventure bot that speak english and french

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%