-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a simple Bot
Phoenix edited this page Sep 15, 2021
·
3 revisions
First, go to discord.com/developers/applications/ and click 'New Application'
Then, name your bot whatever you like:
First, create a project & install Fuwa.js with it
mkdir my-bot
cd my-bot
npm init -y
npm install 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')