Linkcord is a very basic Discord bot that I made for Discord Hack Week using Node.js along with discord.js and discord-akairo.
It lets you link a text channel of your guild with a text channel of another, random guild that also wants to link one of its text channels.
It will mirror messages, attachments, message edits and message deletion using webhooks, but will ignore messages sent by bots.
- Node.js
- Yarn or npm
- PostgreSQL
- Clone this repository.
- Run
yarn installornpm installbased on your Node.js package manager. - Set up a PostgreSQL database.
- Create a
.envfile based on the.env.examplefile in this repository. - Run
node .to start the bot.
This project is licensed under the MIT license.




