Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
/ bemder Public archive

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

Notifications You must be signed in to change notification settings

mlbonniec/bemder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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