peterhanania /
Pogy
A fully customizable discord bot made with discord.js with over 183 commands, 12 categories, and a fully customizable dashboard. Watching over 350,000 users and 1k guilds. [deprecated]
85/100 healthLoading repository data…
SinisterDeveloper / repository
A customizable moderation bot available for self-hosting with plenty of commands and automoderation features
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A customizable moderation bot made by SinisterDeveloper to help Discord users, whether they are developers or normal users who want to improve their server.
This repository's v1 branch is deprecated, however it does not require you to have a database and you may still use it for the time being, however I will not be adding new features to the old version.
Navigate to the folder in the terminal
cd <foldername>
List of dependencies:
Testing: Run npm install to install all the dependenices if you are testing the bot locally
Production/Deployment: Run npm run build to install dependencies if you are using the bot for production and/or if you are deploying
You can delete the .github folder. It is not required and only used for this repository's maintenance
config.JSONReplace YOUR_BOT_TOKEN with the actual token of your bot. If you don't know how to get your bot's token, read this.
Fill the MongoConnectionUrl field with your MongoDB Cluster's Connection Uri. If you do not know how to fetch the uri string, please read here
Insert your desired prefix inside the prefix field.
Selected from shared topics, language and repository description—not editorial ratings.
peterhanania /
A fully customizable discord bot made with discord.js with over 183 commands, 12 categories, and a fully customizable dashboard. Watching over 350,000 users and 1k guilds. [deprecated]
85/100 healthElvenide /
Formerly known as Sif Casino, Elisif is an all-in-one casino, music, and moderation discord bot built with javascript. Primarily a casino discord bot, with evolving customizability, tons of casino games, and modernized features rewritten from the old Sif Casino code.
68/100 healthSpam is something you generally want to avoid if you want your bot to function smoothly, the recommended default cooldown is 1 second. You can change the cooldown per command in the command files by changing the cooldown key. If there is no cooldown key set, it will be set to 1 second.
Your config.JSON should look something like this:
{
"token": "YOUR_BOT_TOKEN",
"prefix": ",",
"MongoConnectionUrl": "some-uri-here",
"defaultCooldown": 1
}
If you are running the bot as a test, please run:
npm run dev
If you are deploying this for an event or production, you should use PM2 (free) so that the process restarts automatically in case of a shutdown.
npm i -g pm2
npm run deploy
The bot should come online within a few seconds if you did the above steps correctly.
Due to some confusion regarding the bot setup, I have made a video which will assist you on setting it up
If you need help, kindly open an issue and I'll help, alternatively you can DM me on Discord SinisterDev#2006. But opening an issue would be better.
I am always open to contributions! If you feel anything is missing, or you want to add a command/feature, please open a Pull Request.
HELLSNAKES /
🤖About A fully customizable bot built with discord.js
26/100 health