All Projects → canta-slaus → bot-prefab

canta-slaus / bot-prefab

Licence: other
A small template to help building Discord bots using Discord.js and Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to bot-prefab

discord-guide-fa
اینجا یاد میگیرید چطور از صفر یک دیسکورد بات بسازید 🐱‍🏍
Stars: ✭ 69 (+228.57%)
Mutual labels:  discord-js
discord-anti-spam
A simple discord anti spam node.js module to prevent spam on your discord server
Stars: ✭ 151 (+619.05%)
Mutual labels:  discord-js
discordleveling
Discord.js Leveling system using Quick.db (DJS V11)
Stars: ✭ 45 (+114.29%)
Mutual labels:  discord-js
tunnelerjs
An anti-spam bot for Discord.
Stars: ✭ 14 (-33.33%)
Mutual labels:  discord-js
Discord.JS-Music-Bot
A simple Discord.JS music bot using the DisTube npm Package!
Stars: ✭ 23 (+9.52%)
Mutual labels:  discord-js
Discord.JS-Coding-Tutorials
🙂 A full Discord.JS v12 Guide for making Discord Bots by DashCruft on YouTube
Stars: ✭ 58 (+176.19%)
Mutual labels:  discord-js
Karuma
Karuma is a Discord Bot including Nukes, Raids, Mass DM and other features. Only for educational purposes 🥱🚀
Stars: ✭ 132 (+528.57%)
Mutual labels:  discord-js
mega-rpg
A discord bot where you can build an empire, recruit a devastating army and level up your epic hero. All of this so you can explore and conquer the world!
Stars: ✭ 31 (+47.62%)
Mutual labels:  discord-js
KannaKamuiBot
A multipurpose bot for fun, emotes, anime, utility, music, nsfw, valorant, moderation, and welcome/leave messages.
Stars: ✭ 64 (+204.76%)
Mutual labels:  discord-js
Discord-Template-V13
An easy-to-use discord bot including database, slash commands and context menus !
Stars: ✭ 103 (+390.48%)
Mutual labels:  discord-js
Nova-Bot
This bot was created using discord.js v12. This bot offers you many powerful commands ranging from moderation to economy.
Stars: ✭ 37 (+76.19%)
Mutual labels:  discord-js
djs-games
A package for discord.js mini games which can be used in your bots
Stars: ✭ 41 (+95.24%)
Mutual labels:  discord-js
makibot
Bot de Discord para moderar y mejorar nuestra comunidad en línea. Join the server at https://discord.gg/Mq7TBAB.
Stars: ✭ 21 (+0%)
Mutual labels:  discord-js
CodeClaimer
A neat and faster Discord Gift Claimer.
Stars: ✭ 21 (+0%)
Mutual labels:  discord-js
sirgroove
🎵 A simple music bot written in Discord.js
Stars: ✭ 23 (+9.52%)
Mutual labels:  discord-js
muse
🎧 a self-hosted midwestern Discord music bot that doesn't suck
Stars: ✭ 354 (+1585.71%)
Mutual labels:  discord-js
firefox-discord
Discord Rich Presence for Firefox (Inactive)
Stars: ✭ 16 (-23.81%)
Mutual labels:  discord-js
welcome-bot
An advanced welcome & goodbye open-source Discord bot. Anyone can use it.
Stars: ✭ 38 (+80.95%)
Mutual labels:  discord-js
Discord.js-MongoDB-bot
Discord.js botları için Mongoose veritabanı (database) kullanım örnekleri.
Stars: ✭ 13 (-38.1%)
Mutual labels:  discord-js
cmd-sms
Yeni nesil sms guard bot
Stars: ✭ 2 (-90.48%)
Mutual labels:  discord-js

Discord.js Bot Prefab

DISCLAIMER: If you are new to Discord.js and JavaScript in general, then don't even bother trying to understand how this prefab works. You should have at least decent knowledge about how Discord bots work and know some basic JS. If you have any question or spot any mistakes, shoot me a DM on Discord (canta#5556) or join my server.
Don't DM me asking how to do this and that command, I will only help you with using the bot prefab, not with specific commands.

What is this?

This is a feature-rich bot prefab to make creating bots a bit easier, it has a fairly simple command and event handler and plenty of commands made in Typescript and Javascript. I made this because I don't think writing the whole handler yourself is neccesary to make a Discord bot, although you should at least try to understand how it all works to make it easier to debug. The help command is already set up to send a help message for other commands.

Available Features

  • Per server prefixes
  • Per server command disabling/enabling and customizable per server command permissions
  • Per server custom command aliases
  • Per server custom command cooldowns for certain roles
  • Global blacklisting/whitelisting of users
  • Pagination function and more quality of life features

JavaScript and TypeScript

There is a JavaScript as well as a TypeScript version of the prefab. Both offer the same features, use whichever language you prefer!

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