Click here to invite it to your community
Install Node.js and generate a bot token
Install the dependencies:
npm installCreate a .env file in the root directory and add your bot token:
FLUXER_BOT_TOKEN=your_bot_token_hereStart the bot with:
node bot.js