Partner bot is a discord bot that uses discord-js and sqlite to automate partnerships in the big community of discord. When you bump your advertisement, the bot sends it to every guild that has the bot setup with a configurable cooldown.
- Create an account on https://glitch.com
- Create new project -> import from GitHub ->
https://github.com/Valks-Bots/partner-bot - Click src folder dots icon to right -> create new file ->
.env-> putBOT_TOKEN=BotTokenHereinside - Go to tools -> open up Terminal -> type
npm start - Create an invite link for the bot by grabbing its ID and putting it in the following URL
https://discordapp.com/api/oauth2/authorize?client_id=YOUR_BOT_ID_HERE&scope=bot&permissions=27681 - Invite the bot to at least
2unique guilds - Continue setup with
t!help
- Clone
https://github.com/valkyrienyanko/partner-bot.git - Download and install
LTSNode.js - Install yarn with
npm i -g yarn - Run
yarn installin the project root directory - Generate a bot token from the Discord Developers Portal
- Create a
.envfile in thesrcfolder with the following content inside (BOT_TOKEN=BotTokenHere) - Start server with
yarn start - Create an invite link for the bot by grabbing its ID and putting it in the following URL
https://discordapp.com/api/oauth2/authorize?client_id=YOUR_BOT_ID_HERE&scope=bot&permissions=27681 - Invite the bot to at least
2unique guilds - Continue setup with
t!help
