/bemder

Bemder is a Discord bot that displays messages contained in Discord links.

Primary LanguageTypeScript

Bemder version

Bemder - Quoting Discord Bot

Bemder is a Discord bot created during a moment of boredom. It is an extremely simple bot. It works under Node.js thanks to the module discord.js. The idea came to me when I was sending message links to my friends: to display the message, we had to click on it. Why not make sure that it is displayed directly by a bot?


Bemder version GitHub build status Maintained version Last commit

Example

  • Send any message

  • Copy the link from the message

  • Send the link and check it out!

Install

Clone this git, and enter the folder

git clone https://github.com/mlbonniec/Bemder.git
cd Bemder

Install the modules

npm i

Opens the file app.js and modifies the constant token. Replace the character string with the token you previously obtained on the Discord developer panel. Launch the bot

npm start