All Projects → Pitu → Kuro

Pitu / Kuro

Licence: mit
An easy to use self bot with different utilities written in NodeJS

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Kuro

Pvpcraft
PvPCraft Discord bot
Stars: ✭ 29 (-6.45%)
Mutual labels:  bot, discord
Nadekobot
Open source, general-purpose Discord chat bot written in C#
Stars: ✭ 892 (+2777.42%)
Mutual labels:  bot, discord
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+2225.81%)
Mutual labels:  bot, discord
Discord Bot
🤖 Our BIG help in things about moderation and many more useful stuff on our Discord server.
Stars: ✭ 30 (-3.23%)
Mutual labels:  bot, discord
Drawbot
Repository for DrawBot. The Discord Art bot!
Stars: ✭ 10 (-67.74%)
Mutual labels:  bot, discord
Discordrb
Discord API for Ruby
Stars: ✭ 651 (+2000%)
Mutual labels:  bot, discord
Inventory Hunter
⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
Stars: ✭ 778 (+2409.68%)
Mutual labels:  bot, discord
Monitorss
Discord RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz
Stars: ✭ 532 (+1616.13%)
Mutual labels:  bot, discord
Clinet
Official repository for Clinet, a Discord bot intended for assistance and control within your guilds.
Stars: ✭ 28 (-9.68%)
Mutual labels:  bot, discord
Fs0c13ty Bot
🤖 A discord bot made to help you in moderation.
Stars: ✭ 24 (-22.58%)
Mutual labels:  bot, discord
Pixie
An open-source Discord bot built for weebs, by a weeb.
Stars: ✭ 20 (-35.48%)
Mutual labels:  bot, discord
Deku
Multi-purpose discord bot built with discord.js
Stars: ✭ 13 (-58.06%)
Mutual labels:  bot, discord
Dsharpplus
A .NET Standard library for making bots using the Discord API.
Stars: ✭ 635 (+1948.39%)
Mutual labels:  bot, discord
Dogey
🐶 - My general purpose bot for Discord
Stars: ✭ 30 (-3.23%)
Mutual labels:  bot, discord
Mee6
DEPRECATED! For support and questions -> http://discord.gg/mee6
Stars: ✭ 534 (+1622.58%)
Mutual labels:  bot, discord
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+2245.16%)
Mutual labels:  bot, discord
Pokemobbot
a Pokemon Go Bot by PokeMobBot Team - Discord: https://discord.gg/8msqsWV | Forums:
Stars: ✭ 505 (+1529.03%)
Mutual labels:  bot, discord
Guide
The official guide for discord.js, created and maintained by core members of its community
Stars: ✭ 512 (+1551.61%)
Mutual labels:  bot, discord
Focabot
Music with seals!
Stars: ✭ 19 (-38.71%)
Mutual labels:  bot, discord
Automuteus
Discord Bot to automute Among Us players at round transitions, in conjunction with https://github.com/denverquane/amonguscapture
Stars: ✭ 852 (+2648.39%)
Mutual labels:  bot, discord

Kuro Bot GitHub license Chat / Support

Kuro is an easy to use self bot that is shifting more and more into a framework while preserving its ease of use. It sits on top of discord.js. NodeJS version 6+ is REQUIRED. Installing Node.js

> Check this video to see how it works!

v4.1.0 Important Notes:

This only applies if you are upgrading from a previous version. In order to make the chat less jumpy and contribute with data caps and mobile users, sticker now behave differently than they did before. Stickers get uploaded to safe.moe now so they can be used inside an embed. By using embeds, kuro can now edit your message to display the sticker instead of deleting it and sending a new one. Even though that embeds are ugly this makes it so everyone can see your sticker faster by allowing caching of the URL on Discord's side.

So if you are upgrading to a new version, please run !s migrate to migrate your stickers to the new embed system.

Installing:

  1. Ensure you have node installed
  2. Run npm i -g kuro-cli
  3. Run kuro-cli
  4. Follow the instructions on screen

kuro-cli is a utility that will install and manage your Kuro installation. Whenever there's a new version available you can run kuro-cli and it will download, upgrade, update dependencies and restart automatically. Some options are not covered on the cli just yet, so you can go ahead and open config.json to look and modify them if you want.

If you don't want to use kuro-cli, simply clone the repo, npm install, rename the config.sample.json to config.json and modify it's values with your data.

Modules:

This new update brings every command in the form of separate modules. Inside each module you can make up the stuff you want, and you can execute it by calling the module name without the extension. There's a sample module ready for you to duplicate called base.js.

Example of a simple module with no dependencies that returns the server's member count on which you send the command:

exports.run = function(msg, args) {
  msg.delete()
  msg.channel.send('', {
    'embed': {
      'title': msg.guild.name,
      'description': `Member Count: ${msg.guild.memberCount}`,
      'color': 15473237
    }
  })
}

Pretty easy stuff. If you want me to include a module you've made, send a PR with your stuff and I'll look at it.

Bundled modules

Each module has detailed instructions inside their own files. Take a look at them for further details on how to use.

  • anime <name of the anime> Shows the first occurence of the searched anime on kitsu.io and returns a summary of it

  • emote [emote] Shows information about a custom emote.

  • eval [expression] A module to eval expressions. Dangerous stuff, don't use unless pretty sure of what you're doing.

  • eyes A module that edits a message to add the effect of animated eyes. You probably should update the emoji name if you're not on Pilar's server.

  • flip <this is amazing> sllɐqǝzɐɯɐ sı sıɥʇ

  • getcommand [module] Sends the specified module's source to the chat. Ex: !getcommand base would print base.js contents to chat.

  • gifspeed [url] Removes delay between frames of the given gif url and uploads it.

  • google <some stupid question> Creates a link to Google with your query when someone asks stupid questions

  • mal Prints information about your MyAnimeList username.

  • manga <name of the manga> Shows the first occurence of the searched manga on kitsu.io and returns a summary of it

  • members Shows the server's member count.

  • ping Simple tool to check delay between your bot and Discord.

  • playing [message] Change your playing status on Discord to the specified string. (Note you wont be able to see it due to a Discord limitation).

  • purge [number of messages] Grabs the supplied amount of messages from chat and deletes those that are yours.

  • reboot Reboots the Kuro. (Only works if using pm2|forever).

  • reload Reloads all the modules (Useful when developing).

  • react [message] React to the last message with regional characters. a-z 0-9, no spaces.

  • regional [message] Sends a message using regional character emojis.

  • s [name] | [add|del|ren] A module to manage stickers like Telegram does. Upload a sticker with a given name, and then make kuro paste it when you trigger the command.

  • smug Displays smug looking anime girls with patronizing looks on their faces.

  • stats Displays an embed with statistics.

  • status [online|idle|dnd|offline] The status you want to appear as whenever you're offline, since using Kuro will make discord think you're always online.

  • tag [name] | [add|del|ren] Saves the given text into a tag for later usage. For example tag add kuro https://github.com/kanadeko/Kuro would print https://github.com/kanadeko/Kuro every time I do tag kuro

  • tl Tries to translate the last message to english.

  • uptime Displays how long the bot has been running.

  • user <@user> Displays information about the tagged user

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