All Projects → MysteryPancake → Discord-Reposter

MysteryPancake / Discord-Reposter

Licence: MIT License
Bot for reposting Discord messages (work in progress)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Discord-Reposter

Luki
[Deprecated] The official repository for Luki the Discord bot
Stars: ✭ 21 (-66.13%)
Mutual labels:  discordapp, discordjs, discord-api, node-js, discord-js, discordjs-bot, discordbot
partner-bot
Automates partnerships in the big community of discord.
Stars: ✭ 119 (+91.94%)
Mutual labels:  discordjs, discord-bot, discord-js, discordjs-bot, discordbot, discordjsbot
discord-voice
⏲️ A complete framework to facilitate the tracking of user voice time using discord.js
Stars: ✭ 33 (-46.77%)
Mutual labels:  discordapp, discordjs, discord-bot, discord-api, discord-js, discordbot
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes 🥱🚀
Stars: ✭ 87 (+40.32%)
Mutual labels:  discordapp, discordjs, discord-bot, discord-api, discord-js, discordbot
Discord-EmojiToRole
A discord.js bot that assigns roles based on reactions to a message.
Stars: ✭ 55 (-11.29%)
Mutual labels:  discordjs, discord-bot, node-js, discord-js, discordjs-bot, discordjsbot
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+251.61%)
Mutual labels:  discordapp, discordjs, discord-bot, discord-api, discord-js, discordbot
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+38.71%)
Mutual labels:  discordjs, discord-bot, discord-api, discord-js, discordbot
SparkV
🤖⚡ | The most POWERFUL multipurpose chat/meme bot that will boost the activity in your server.
Stars: ✭ 24 (-61.29%)
Mutual labels:  discordapp, discordjs, discord-bot, discord-js, discordbot
Aometry
An awesome multipurpose discord bot build using discord.js v13 with support for slash commands and context menus
Stars: ✭ 51 (-17.74%)
Mutual labels:  discordapp, discordjs, discord-api, 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 (-64.52%)
Mutual labels:  discordjs, discord-bot, discord-api, discord-js, discordbot
Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (-48.39%)
Mutual labels:  discordjs, discord-bot, discord-api, discord-js, discordbot
discord-clock
A simple clock script for your bot to show what time it is in your server | Discord.js v13 ready!
Stars: ✭ 29 (-53.23%)
Mutual labels:  discordjs, discord-api, node-js, discord-js, discordbot
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (-27.42%)
Mutual labels:  discordapp, discordjs, node-js, discord-js, discordbot
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (+25.81%)
Mutual labels:  discordjs, discord-bot, discord-api, discord-js
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (-56.45%)
Mutual labels:  discordjs, discord-bot, discord-js, discordjs-bot
Discord-Selfbot
Discord.js selfbot
Stars: ✭ 24 (-61.29%)
Mutual labels:  discordapp, discord-bot, discord-api, discord-js
Komugari
A simple, multi-functional Discord bot written in Discord.js
Stars: ✭ 39 (-37.1%)
Mutual labels:  discordapp, 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 (+17.74%)
Mutual labels:  discordjs, discord-bot, discord-js, discordbot
Discord-BOT-Dashboard-V2
Discord BOT Dashboard V2 is made to make Discord BOT Development easy, designed to help create applications without writing a single line of code while using a user friendly Web-Dashboard!
Stars: ✭ 120 (+93.55%)
Mutual labels:  discordjs, discord-api, discord-js, discordbot
lyrics-finder
🎤 | Search the lyrics to your music with Lyrics Finder
Stars: ✭ 20 (-67.74%)
Mutual labels:  discordapp, discord-bot, discord-js, discordbot

Discord Reposter

A simple bot I made because I wanted my friends to stop deleting their messages.

It reposts all the messages from one channel to another, which can even be in another server!

However, the bot needs to be in both servers for this to work.

Commands

Repost To

Reposts to a channel.

/repost <CHANNEL> or /repost to <CHANNEL>

Repost From

Reposts from a channel.

/repost from <CHANNEL>

Repost Webhook

Reposts through a webhook.

/reposthook or /repostwebhook instead of /repost

Repost Live

Reposts messages as they come.

/repostlive or /repostlivehook instead of /repost

Repost Stop

Stops reposting.

/repost stop or /repost halt or /repost cease or /repost terminate or /repost suspend or /repost cancel or /repost die or /repost end

Repost Commands

Posts the command list.

/repost help or /repost commands

Repost Replace

Replaces text when reposting.

/repost replace <FIND> <REPLACE>

Repost Replacements

Posts the replacement list.

/repost replacements

Repost Prefix

Changes the bot prefix.

/repost prefix <PREFIX>

Repost Tags

Toggles user tags when reposting.

/repost tags or /repost tags <STATE>

Repost Nicknames

Toggles nicknames when reposting.

/repost nicknames or /repost nicknames <STATE>

Repost Pins

Toggles pins when reposting.

/repost pins or /repost pins <STATE>

Setup

  1. Create your app with a Bot.
  2. Copy your bot's secret token and paste it on this line. Please don't leak your secret token on GitHub. If you're using Heroku, try to replace it with process.env.SECRET_BOT_TOKEN and setup the environment variable in Heroku.
  3. Go to https://discordapp.com/oauth2/authorize?client_id=<CLIENT_ID>&scope=bot, with <CLIENT_ID> as your app's client ID.
  4. Install Node.js: brew install node
  5. Install the dependencies: npm install
  6. Run the bot: npm start
  7. Hope it works!
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].