nekooftheabyss / meido

Discord bot that sends a welcome image in a server channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%