Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 683 Bytes

File metadata and controls

29 lines (20 loc) · 683 Bytes

Click here to invite the bot to your community

Selfhosting

Install Node.js and generate a bot token

Install the dependencies:

npm install

Create a .env file in the root directory and add your bot token:

FLUXER_BOT_TOKEN=your_bot_token_here

Start the bot with:

node bot.js