Skip to content

Discord bot that sends a welcome image in a server channel

License

Notifications You must be signed in to change notification settings

nekooftheabyss/meido

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meido

Sends a welcome image when someone joins a server.

Installation

  • Clone this repo.
$ git clone https://github.com/retraigo/meido
  • Open the repo in your command line.
$ cd meido
  • Install dependencies.
$ npm i # NPM
$ pnpm i # PNPM
  • Open config.js in a text editor.
  • Replace <insert server name> with the server name or anything you want the bot to welcome the user to.
  • Replace <insert channel id> with the ID of the channel you wanna welcome members in.
  • Replace <insert token here> with the token of your Discord bot.
  • Replace This is some cool message, {{member}}! with some welcome message. The user will be pinged wherever you place {{member}}.
  • Start the bot.
$ node meido.js

Need the bot to not die after closing your terminal? Check out PM2.

About

Discord bot that sends a welcome image in a server channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published