-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a simple Bot
Phoenix edited this page Jan 13, 2021
·
3 revisions
First, go to discord.com/developers/applications/
and click 'New Application'
Then, name your bot.
1st Create a project & install FuwaJS with it
mkdir my-bot
cd my-bot
npm init -y
npm install FuwaJS/Fuwa.Js
Now open the 'my-bot' directory in your Editor of choice
Create a new file called 'index.js'. This will be the starting point of your bot.
const fuwa = require('fuwa.js')