Partner bot is a discord bot that uses discord-js and sqlite to automate partnerships in the big community of discord. The bot sends your advert to every guild that has the bot setup with a configurable cooldown when you use the bump command. This bot has only been tested on a total of 4 servers, issues may arise if the bot has to handle 100 or more servers all sending messages between each other simultaneously. This project has been discontinued. If this bot was helpful to you consider giving me credit by linking back to my GitHub profile page.
https://github.com/valkyrienyanko/partner-bot.git
LTS
Node.jsnpm i -g yarn
yarn install
in the project root directory.env
file in the src
folder with the following content inside (BOT_TOKEN=BotTokenHere
)ownerID
in config.js
to your user IDyarn start
https://discordapp.com/api/oauth2/authorize?client_id=YOUR_BOT_ID_HERE&scope=bot&permissions=27681
2
unique guildst!help
heroku login
.heroku git:remote -a <APP-NAME>
.Procfile
. (Must be in same folder as index.js)worker:node index.js
to the Procfile. git add .
git commit -m "<Message>"
git push heroku master
https://github.com/Valks-Bots/partner-bot
.env
-> put BOT_TOKEN=BotTokenHere
insideownerID
in config.js
to your user IDnpm start
https://discordapp.com/api/oauth2/authorize?client_id=YOUR_BOT_ID_HERE&scope=bot&permissions=27681
2
unique guildst!help
Q: How do I increase the max description limit?
A: Edit the max_length
config value in src/config.js
Q: I am getting this error in the console "TypeError: Cannot read property 'tag' of undefined
", what do I do?
A: Edit the ownerID
config value in src/config.js
with your user ID.
Q: Every time I restart the bot, all the information I had setup has been wiped?
A: If you are using Heroku, Glitch or any other "free" online hosting service then it is highly likely that the service is deleting the bots database every 12 to 24 hours. If you host the bot on your local machine, you will not run into this problem.