All Projects → Valks-Bots → partner-bot

Valks-Bots / partner-bot

Licence: MIT license
Automates partnerships in the big community of discord.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to partner-bot

Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (-47.9%)
Mutual labels:  discordjs, discord-bot, discord-js, discordjs-bot, discordbot, discordjsbot
Discord-EmojiToRole
A discord.js bot that assigns roles based on reactions to a message.
Stars: ✭ 55 (-53.78%)
Mutual labels:  discordjs, discord-bot, discord-js, discordjs-bot, discordjsbot
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes 🥱🚀
Stars: ✭ 87 (-26.89%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
sharedsharder
Shard your discord.js bot across devices!
Stars: ✭ 18 (-84.87%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (-77.31%)
Mutual labels:  discordjs, discord-bot, discord-js, discordjs-bot
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+83.19%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
suggestions-bot
A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
Stars: ✭ 22 (-81.51%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
Kalopsia-Bot
♠️ A Powerful Open-Source Discord,js (v13) Bot written in JavaScript with many moderation, fun, economy, music, utility commands ♠️
Stars: ✭ 60 (-49.58%)
Mutual labels:  discordjs, discord-bot, discord-js, discordjs-bot
Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (-73.11%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
Discord-Tools
VSCode extension allowing the integration of a Discord chat, bot templates, snippets, themes and more!
Stars: ✭ 91 (-23.53%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (-27.73%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
discord-voice
⏲️ A complete framework to facilitate the tracking of user voice time using discord.js
Stars: ✭ 33 (-72.27%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
Welcome-Bot
A cool multi-purpose discord bot that solves all your problems. I have features such as Moderation, ModLog, Welcome & Goodbye logs, Fun, Music
Stars: ✭ 73 (-38.66%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
Discord-Bot-Choo-Choo
Coding Train Example Discord Bot
Stars: ✭ 35 (-70.59%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
SparkV
🤖⚡ | The most POWERFUL multipurpose chat/meme bot that will boost the activity in your server.
Stars: ✭ 24 (-79.83%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
Luki
[Deprecated] The official repository for Luki the Discord bot
Stars: ✭ 21 (-82.35%)
Mutual labels:  discordjs, discord-js, discordjs-bot, discordbot
discord-giveaway-bot
🎁 Very simple giveaway bot made with discord.js and discord-giveaways
Stars: ✭ 188 (+57.98%)
Mutual labels:  discordjs, discord-js, discordbot
Friend-Time
Discord bot - Friend Time helps your server coordinate times and events by converting times mentioned in chat between time zones!
Stars: ✭ 62 (-47.9%)
Mutual labels:  discordjs, discord-js, discordbot
Blizzard
Simple Discord Moderation Bot
Stars: ✭ 33 (-72.27%)
Mutual labels:  discordjs, discord-js, discordjs-bot
discord-clock
A simple clock script for your bot to show what time it is in your server | Discord.js v13 ready!
Stars: ✭ 29 (-75.63%)
Mutual labels:  discordjs, discord-js, discordbot

Quality Gate Status Lines of Code Bugs GitHub license

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. 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.


Preview of Bump Message

Preview

Install on Windows

  1. Clone https://github.com/valkyrienyanko/partner-bot.git
  2. Download and install LTS Node.js
  3. Install yarn with npm i -g yarn
  4. Run yarn install in the project root directory
  5. Generate a bot token from the Discord Developers Portal
  6. Create a .env file in the src folder with the following content inside (BOT_TOKEN=BotTokenHere)
  7. Change ownerID in config.js to your user ID
  8. Start server with yarn start
  9. 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
  10. Invite the bot to at least 2 unique guilds
  11. Continue setup with t!help

Install on Heroku

  1. Create a Heroku account.
  2. Create a new App from your Dashboard.
  3. Download the Heroku CLI.
  4. Open a terminal in your project and run heroku login.
  5. Create a Git remote using heroku git:remote -a <APP-NAME>.
  6. Create a file in your project called Procfile. (Must be in same folder as index.js)
  7. Insert worker:node index.js to the Procfile.
  8. Commit and push using git add . git commit -m "<Message>" git push heroku master

Install on Glitch

  1. Create an account on https://glitch.com
  2. Create new project -> import from GitHub -> https://github.com/Valks-Bots/partner-bot
  3. Click src folder dots icon to right -> create new file -> .env -> put BOT_TOKEN=BotTokenHere inside
  4. Change ownerID in config.js to your user ID
  5. Go to tools -> open up Terminal -> type npm start
  6. 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
  7. Invite the bot to at least 2 unique guilds
  8. Continue setup with t!help

FAQ

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're using Heroku, Glitch or any other "free" online hosting service then it's highly likely that the service is deleting the database everytime you restart the bot or if at best deleting it every 12 or 24 hours. If you host the bot on your local machine, you will not run into this problem.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].