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?
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