dante4rt / fintopio-airdrop-bot

An automation bot to complete tasks, check in daily, and farm on Fintopio for airdrop rewards.
https://t.me/HappyCuanAirdrop
MIT License
32 stars 17 forks source link

Error in menu number 4 #1

Closed paulussimanjuntak closed 2 weeks ago

paulussimanjuntak commented 2 weeks ago

Missing moment package

npm install moment

in src/tasks.js add this to the top of the line

const moment = require('moment');

dante4rt commented 2 weeks ago

Missing moment package

npm install moment

in src/tasks.js add this to the top of the line

const moment = require('moment');

Fixed.