All Projects → ZeroDiscord → Welcomer

ZeroDiscord / Welcomer

Licence: CC0-1.0 license
A welcomer bot for discord written in discord.js v13 very simple to use with code and deployment instructions, contains customizable background and channels per guild.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Welcomer

v13-Discord-Bot
This is my V13 Discord Bot, it has around 95 commands, 17 events, and stores all kinds of data in an SQL database for ease of access. Not to mention a unique style and friendly help menu interface. Used by over 25 people in popular company based servers, this will bring you a professional look that tops your competition.
Stars: ✭ 38 (-40.62%)
Mutual labels:  discord-js, welcome, discord-js-bot
minesweeper-bot
I'm a Discord bot that can generate a random Minesweeper game using spoiler tags, for anyone to play!
Stars: ✭ 27 (-57.81%)
Mutual labels:  discord-js, discord-js-bot
ModMail
Discord ModMail Bot
Stars: ✭ 44 (-31.25%)
Mutual labels:  discord-js, replit
Arthur
I dunno, another Discord bot that's unique n' stuff
Stars: ✭ 48 (-25%)
Mutual labels:  discord-js, discord-js-bot
LevelPony
Lightweight Discord.js level system with rewards, based on Mee6's level system.
Stars: ✭ 32 (-50%)
Mutual labels:  discord-js, discord-js-bot
fcfs-bot
A Discord bot that enhances First Come, First Serve in voice channel waiting rooms.
Stars: ✭ 95 (+48.44%)
Mutual labels:  discord-js, discord-js-bot
todobot
📝🤖 Simple, efficient and most importantly elegant TODO Bot. A virtual TODO List right inside your Discord server!
Stars: ✭ 32 (-50%)
Mutual labels:  discord-js, discord-js-bot
ticketbot
Discord.js Ticket bot using Quick.db (DJS V11)
Stars: ✭ 49 (-23.44%)
Mutual labels:  discord-js, discord-js-bot
multiple-purpose-discord-bot-like-carlbot
A MultiPurpose Discord bot Named Dumb Bot which does Almost Everything You will need in one bot and with 230+ Commands and does almost everything which is in carl-bot or dyno
Stars: ✭ 70 (+9.38%)
Mutual labels:  discord-js, discord-js-bot
Gyromina
Gyromina, a multipurpose Discord bot with fun + function all in one
Stars: ✭ 97 (+51.56%)
Mutual labels:  discord-js, discord-js-bot
MassDM
MassDM, a bot to mass DM members of a Discord server.
Stars: ✭ 52 (-18.75%)
Mutual labels:  discord-js, discord-js-bot
discordleveling
Discord.js Leveling system using Quick.db (DJS V11)
Stars: ✭ 45 (-29.69%)
Mutual labels:  discord-js, discord-js-bot
DiscordBot
Discord bot.
Stars: ✭ 70 (+9.38%)
Mutual labels:  discord-js, discord-js-bot
Discord-Selfbot-RPC
🌹 The Perfect Discord RPC | Spotify Status, Twitch Status, Game Status | FULL CUSTOMIZABLE | Better than other RPC because don't need to have Discord running in background / Free Hosting on replit.com 24h/7
Stars: ✭ 62 (-3.12%)
Mutual labels:  discord-js, replit
DraconianJSBot
With its robust performance, intuitive design, and vast array of functionalities, the Draconian Bot is the ultimate solution for all your needs.
Stars: ✭ 113 (+76.56%)
Mutual labels:  discord-js, discord-js-bot
digbot
DigBot is a custom made Discord bot for the DIG gaming community
Stars: ✭ 13 (-79.69%)
Mutual labels:  discord-js, discord-js-bot
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (-29.69%)
Mutual labels:  discord-js, discord-js-bot
esmBot-legacy
Discord bot with mostly entertainment functions (legacy version)
Stars: ✭ 16 (-75%)
Mutual labels:  discord-js
ApocaBot
ApocaBot: A Discord Bot for PbtA Games
Stars: ✭ 30 (-53.12%)
Mutual labels:  discord-js
farmr
A web dashboard for monitoring Chia farms. Also supports discord and email notifications.
Stars: ✭ 259 (+304.69%)
Mutual labels:  discord-js

Welcomer

A discord welcomer bot developed in discord.js v13 that is very simple to use and comes with code and deployment instructions!

Links

Licensed Under

Creative Commons Zero v1.0 Universal

View the license here

Copyright 2021 © All Rights are Reserved

Hosting

This bot needs a Node.js v16+ runtime to function since discord.js version 13 requires said node version to function.

Host On Repl.it

Remix On Glitch

Aliter

Step 1: Install the Dependencies:

Linux

apt install nodejs npm -y
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
chmod 777 nodesource_setup.sh
./nodesource_setup.sh
apt install nodejs -y
npm install

Windows

# https://nodejs.org/en/blog/release/v16.0.0/ get node.js
npm install 

Step 2: Obtain a Bot Token From Here

Step 3 : Replace the Token in config.json

That's all! We Are Done! Now Simply host the Bot!

Run with node

node index.js

Run with pm2

npm install -g pm2@latest
pm2 start --name "Welcomer" index.js --watch

Note: Make sure to enable privilleged gateway intents! (Member Intent & Message Content Intent In The Developer Portal)

alt text

Features

Custom Channel For Welcoming Per Server


Custom background image for welcomer per server


Hassle Free Testing ( Now no more alts! )

Core Dependencies

  • Discord.js v13.x
  • KeyV - Customisable database ( sqlite by default can be connected to any type of database )
  • Canvas - For crafting the welcome message
  • Canvas - Constuctor - Making my work easy :P
  • Weird-to-normal-chars - To Adjust the fonts present around discord to our available fonts in image.

Need help? Join the Support Server

© Zero | 0_0#6666 - 2021

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].