All Projects → Just-Msv → welcomebot

Just-Msv / welcomebot

Licence: MIT License
It a Source code for welcome bot

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to welcomebot

AwesomeBot
chatbot for /r/learnprogramming (un)offical discord channel
Stars: ✭ 25 (+92.31%)
Mutual labels:  discord-bot, discord-js
discord-lavalink-music-bot
This is music bot for discord made with erelajs, lavalink, discordjs v13-dev
Stars: ✭ 34 (+161.54%)
Mutual labels:  discord-bot, discord-js
horace
discord.js bot powering the Knights of Academia server with commands like info, AFK, and more
Stars: ✭ 25 (+92.31%)
Mutual labels:  discord-bot, discord-js
deejay-stereo
Discord music bot built using djs v13, discord-player. Slash Commands only bot
Stars: ✭ 42 (+223.08%)
Mutual labels:  discord-bot, discord-js
Menhera-Chan
A multi-purpose discord bot. With Dashboard
Stars: ✭ 28 (+115.38%)
Mutual labels:  discord-bot, discord-js
Discord-Spammer
Advanced Discord Spammer with multiple options and optional proxys
Stars: ✭ 51 (+292.31%)
Mutual labels:  discord-bot, discord-js
Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (+376.92%)
Mutual labels:  discord-bot, discord-js
delet
[DEPRECATED - see README.md] a Discord bot made using Discord.js
Stars: ✭ 46 (+253.85%)
Mutual labels:  discord-bot, discord-js
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+561.54%)
Mutual labels:  discord-bot, discord-js
ModMail
Discord ModMail Bot
Stars: ✭ 44 (+238.46%)
Mutual labels:  discord-bot, discord-js
discord-music
Discord music bot written in Typescript
Stars: ✭ 12 (-7.69%)
Mutual labels:  discord-bot, discord-js
Discord-Tools
VSCode extension allowing the integration of a Discord chat, bot templates, snippets, themes and more!
Stars: ✭ 91 (+600%)
Mutual labels:  discord-bot, discord-js
Discord-Selfbot
Discord.js selfbot
Stars: ✭ 24 (+84.62%)
Mutual labels:  discord-bot, discord-js
markov-discord
A Markov chain Discord chat bot. Generates unique messages by learning from past messages. Also occasionally attaches images to messages.
Stars: ✭ 35 (+169.23%)
Mutual labels:  discord-bot, discord-js
Kalopsia-Bot
♠️ A Powerful Open-Source Discord,js (v13) Bot written in JavaScript with many moderation, fun, economy, music, utility commands ♠️
Stars: ✭ 60 (+361.54%)
Mutual labels:  discord-bot, discord-js
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (+107.69%)
Mutual labels:  discord-bot, discord-js
TundraBot
All-in-one Discord bot
Stars: ✭ 49 (+276.92%)
Mutual labels:  discord-bot, discord-js
AntiScam-Bot
Discord bot written on discord.js, deletes messages with scam links.
Stars: ✭ 16 (+23.08%)
Mutual labels:  discord-bot, discord-js
CustomDCBot
Create your own discord bot - Fully customizable and with a lot of features
Stars: ✭ 15 (+15.38%)
Mutual labels:  discord-bot, discord-js
FFGNDS-Discord-Dice-Roller
Discord dice roller for EotE, AoR, FnD, Genesys, and L5R role playing games.
Stars: ✭ 63 (+384.62%)
Mutual labels:  discord-bot, discord-js

WELCOME BOT

  • It a Source code for welcome bot with image was recoded

INSTALLATION

  • First Fork the project
  • In config.js file keep ur bot token , prefix and owner id
  • and dont forget to edit in owner.json
  • Convert the repo into node.js
  • type npm install to install the files
  • after installation type node index.js
  • now ur bot is online

Usage

  • config.js
exports.TOKEN = "BOT_TOKEN";

exports.PREFIX = "BOT_PREFIX";

exports.OWNER_ID = "OWNER_ID"
  • owner.json
{
    "ownerID":  ["OWNER_ID"]
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].