inxec / partner-bot

Automates partnerships in the big community of discord.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview

Quality Gate Status Lines of Code Bugs GitHub license Issues Discord GitHub stars GitHub forks

partnerbot

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.

Table of Contents

  1. Install
  2. Documentation
  3. Contributing
  4. Support

Install

Note that this project was designed to run on local Windows systems.

  1. Clone https://github.com/valkyrienyanko/partner-bot.git
  2. Download and install LTS Node.js
  3. Run npm install in the project root directory
  4. Generate a bot token from the Discord Developers Portal
  5. Create a .env file in the src folder with the following content inside (BOT_TOKEN=BotTokenHere)
  6. Start server with node dev:server
  7. Create an invite link for the bot by grabbing its token ID and putting it in the following URL https://discordapp.com/api/oauth2/authorize?client_id=ID&scope=bot&permissions=27681
  8. Invite the bot to at least 2 unique guilds
  9. Continue setup with t!help (You can change the prefix in the config)

Documentation

Link to Documentation

Contributing

Read this if you're interested in contributing.

Support

If you have any questions, send me a message over discord at valk#3277.

About

Automates partnerships in the big community of discord.

License:MIT License


Languages

Language:JavaScript 100.0%