All Projects → NinoDiscord → Nino

NinoDiscord / Nino

Licence: mit
🔨 Advanced and cute moderation discord bot as an entry of Discord's Hack Week!

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nino

Lenoxbot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 163 (+108.97%)
Mutual labels:  discord-api, bot, discord-bot, discord
Commando
Official command framework for discord.js
Stars: ✭ 434 (+456.41%)
Mutual labels:  discord-api, bot, discord-bot, discord
Nostrum
Elixir Discord Library
Stars: ✭ 274 (+251.28%)
Mutual labels:  discord-api, bot, discord-bot, discord
Discord Panel
📊 User friendly dashboard/tool for discord bot developpers to manage servers
Stars: ✭ 116 (+48.72%)
Mutual labels:  discord-api, bot, discord-bot, discord
Bot
A Discord bot for all your needs. With memes, utilities, moderation & more, Fire is the only bot you'll need.
Stars: ✭ 79 (+1.28%)
Mutual labels:  discord-api, bot, discord-bot, discord
Discord.js
discord.js is a powerful Node.js module that allows you to easily interact with the Discord API.
Stars: ✭ 16,432 (+20966.67%)
Mutual labels:  discord-api, bot, discord-bot, discord
Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (+371.79%)
Mutual labels:  discord-api, bot, discord-bot, discord
Xiao
Xiao is a Discord bot coded in JavaScript with discord.js using the Commando command framework. With over 500 commands, she is one of the most feature-rich bots out there. Formerly XiaoBot.
Stars: ✭ 302 (+287.18%)
Mutual labels:  discord-api, bot, discord-bot, discord
Basicbot
A basic example of a Discord Bot written in Python. (discord.py)
Stars: ✭ 73 (-6.41%)
Mutual labels:  discord-api, bot, discord-bot, discord
Dsharpplus
A .NET Standard library for making bots using the Discord API.
Stars: ✭ 635 (+714.1%)
Mutual labels:  discord-api, bot, discord-bot, discord
Music Bot
Simple music bot with a full-blown queue system that is easy to understand
Stars: ✭ 102 (+30.77%)
Mutual labels:  discord-api, bot, discord-bot, discord
Modmail
A feature rich discord Modmail bot
Stars: ✭ 957 (+1126.92%)
Mutual labels:  discord-api, bot, discord-bot, discord
Discord.js Menu
💬 Easily create Discord.js v12 embed menus with reactions and unlimited customizable pages.
Stars: ✭ 89 (+14.1%)
Mutual labels:  discord-api, bot, discord-bot, discord
Smorebot
SmoreBot is a fun, lightweight, multipurpose bot packed with features.
Stars: ✭ 51 (-34.62%)
Mutual labels:  discord-api, bot, discord-bot, discord
Discord Bot Client
A patched version of discord, with bot login support
Stars: ✭ 441 (+465.38%)
Mutual labels:  discord-api, bot, discord-bot, discord
Deku
Multi-purpose discord bot built with discord.js
Stars: ✭ 13 (-83.33%)
Mutual labels:  discord-api, bot, discord-bot, discord
Discord4j
Discord4J is a fast, powerful, unopinionated, reactive library to enable quick and easy development of Discord bots for Java, Kotlin, and other JVM languages using the official Discord Bot API.
Stars: ✭ 973 (+1147.44%)
Mutual labels:  discord-api, bot, discord-bot, discord
Invite Manager
This bot will show who invited who. It's recording and showing the total count of invitations of an user, how many of them left, etc.
Stars: ✭ 77 (-1.28%)
Mutual labels:  bot, discord-bot, discord
Automod Bot
Fun moderation economy bot discord.js
Stars: ✭ 41 (-47.44%)
Mutual labels:  bot, discord-bot, discord
Community Bot
The bot used on the TypeScript Community discord server
Stars: ✭ 46 (-41.03%)
Mutual labels:  bot, discord-bot, discord

Nino

Build Status

🔨 | Moderation-based Discord bot initally created for the Discord hackweek, now it is still regularly maintained.

Website | Support Server | Invite

How to use the bot?

Check out the wiki!

Contributing

First, check our contributing guidelines and code of conduct.

Features

  • Auto Moderation - Prevents raids, spam, ads and many more!
  • Lockdown command - locks one, multiple or all channels for a specific role downwards
  • Moderation commands - many moderation commands to simplify your moderators' work.
  • Moderation Log and Cases - easy and organized way of seeing the actions done by you and your mods!
  • Advanced warning system and auto punishments - automatically punish those who commit offenses!

Installation

Requirements

Setting up the bot (normally)

  1. Clone the repository using Git: git clone https://github.com/NinoDiscord/Nino (If you don't have Git, just go to "Clone or download" and click "Download ZIP" then extract)
  2. Install dependencies with NPM (included in Node.js): npm i (or with Yarn yarn)
  3. Create an application.yml file in your working directory and fill it in (see the example for more information)
  4. Compile TypeScript (install TypeScript with npm i -g typescript or with Yarn yarn global add typescript): tsc
  5. Run the bot in the dist directory: node bot.js
  6. Invite the bot to your server: https://discordapp.com/oauth2/authorize?client_id=BOTIDHERE&scope=bot (replace "BOTIDHERE" with your Discord bot's client id)

(4 and 5 can be bypassed by running npm run main)

Bot credentials (+ extra information) and personal touches are obviously your responsibility. You should know this by now, I hope.

Notes when using Docker

  1. Use the example application.yml but change localhost in the URL for the database to database and change the host for Redis to redis
  2. Run docker-compose up -d

Example application.yml

environment: 'development'
databaseUrl: 'mongodb://localhost:27017/database'
sentryDSN: 'Your Sentry DSN'
discord:
  token: 'TOKEN'
  prefix: 'x!'

# options from ioredis
# read here: https://github.com/luin/ioredis/blob/master/API.md#new-redisport-host-options
redis:
  host: 'localhost'
  port: 6379

Cloning/Using Source Code

If you wish to use the source code for a project, please add proper crediting in your code using the LICENSE displayed here.

Credits

Maintainers

  • August#5820 (Lead) (GitHub)
  • dondish#8072 (Development Lead) (GitHub)

Hackweek Participants

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