Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleymavericks committed Sep 9, 2020
1 parent 99ecd2f commit 6dc922a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 010-Sep-13-2020/README.md
@@ -0,0 +1,14 @@
A workshop introducing javascript to build discord bots using discord.js and integrating the bot using Google's Dialogflow API to make it work like a chatbot.

### Pre-requisites:
- Some programming knowledge. Knowledge of JavaScript isn't required, but good to have.
- A Google account for setting up Dialogflow API.
- Discord account and a discord server which you are an admin of (only then you can add the bot)

### Reference Links:
- Bot: [https://discord.js.org/](https://discord.js.org/)
- Authentication: [https://cloud.google.com/docs/authentication/getting-started](https://cloud.google.com/docs/authentication/getting-started)
- Using Dialogflow: [https://github.com/googleapis/nodejs-dialogflow#using-the-client-library](https://github.com/googleapis/nodejs-dialogflow#using-the-client-library)
- Dialogflow console: [https://dialogflow.cloud.google.com/](https://dialogflow.cloud.google.com/)
- Discord developers portal: [https://discord.com/developers](https://discord.com/developers)
- Bot permissions calculator: [https://discordapi.com/permissions.html](https://discordapi.com/permissions.html)

0 comments on commit 6dc922a

Please sign in to comment.