Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 607 Bytes

Diri

Code for my Discord bot, Diri. Discord Interpretation and Recognition Interface, Discord's Siri.

Website is at diri-robot.web.app

If you would like to invite this bot to your discord server, DM me, KimJammer#4819.

If you want to run this yourself, do this:

  1. Clone/Download this repo
  2. Create a config.json file in the src folder and format it like this:

{ "token": "DiscordBotToken", "wolfram_token": "WolframAlphaApiToken", "nasa_token": "NasaApiToken" }

  1. You have two option to run: go to src and run "npm install" and then"node main.js" or go to src and run "docker-compose up".