This is a discord bot, named BOTao, made with nodejs to study about, the idea is understand about API, HTTP requests and challange me to do something new.
-
Using HTTPS:
git clone https://github.com/fsuares/botao.git
-
Using SSH:
git clone [email protected]:fsuares/botao.git
cd botao
-
npm:
npm install
-
pnpm:
pnpm install
1. You must to create a new bot in discord developers.
TOKEN='YOUR BOT TOKEN'
CLIENT_ID='YOUR BOT ID'
GUILD_ID='YOUR SERVER ID'
- npm
npm start
- pnpm
pnpm start