All Projects → KyokoBot → Kyoko

KyokoBot / Kyoko

Licence: mit
Moved to GitLab: https://gitlab.com/KyokoBot

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Kyoko

Clara
A general purpose Node.JS bot for Discord.
Stars: ✭ 37 (-26%)
Mutual labels:  bot, discord-bot, discord
Calebj Cogs
⚙ Cogs for Red-Discordbot
Stars: ✭ 42 (-16%)
Mutual labels:  bot, discord-bot, discord
Fs0c13ty Bot
🤖 A discord bot made to help you in moderation.
Stars: ✭ 24 (-52%)
Mutual labels:  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 (+1846%)
Mutual labels:  bot, discord-bot, discord
Automod Bot
Fun moderation economy bot discord.js
Stars: ✭ 41 (-18%)
Mutual labels:  bot, discord-bot, discord
Focabot
Music with seals!
Stars: ✭ 19 (-62%)
Mutual labels:  bot, discord-bot, discord
Deku
Multi-purpose discord bot built with discord.js
Stars: ✭ 13 (-74%)
Mutual labels:  bot, discord-bot, discord
Yagpdb
Yet another general purpose discord bot
Stars: ✭ 452 (+804%)
Mutual labels:  bot, discord-bot, discord
Juniperbot
Fluffy Discord Bot (Music, Ranking, Reminder, Vk Community bridge,WikiFur) created using JDA
Stars: ✭ 43 (-14%)
Mutual labels:  bot, discord-bot, discord
Pvpcraft
PvPCraft Discord bot
Stars: ✭ 29 (-42%)
Mutual labels:  bot, discord-bot, discord
Dsharpplus
A .NET Standard library for making bots using the Discord API.
Stars: ✭ 635 (+1170%)
Mutual labels:  bot, discord-bot, discord
Modmail
A feature rich discord Modmail bot
Stars: ✭ 957 (+1814%)
Mutual labels:  bot, discord-bot, discord
D Zone
An ambient life simulation driven by user activity within a Discord server
Stars: ✭ 466 (+832%)
Mutual labels:  bot, discord-bot, discord
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (-24%)
Mutual labels:  bot, discord-bot, discord
Bot
The community bot for the Python Discord community
Stars: ✭ 460 (+820%)
Mutual labels:  bot, discord-bot, discord
Automuteus
Discord Bot to automute Among Us players at round transitions, in conjunction with https://github.com/denverquane/amonguscapture
Stars: ✭ 852 (+1604%)
Mutual labels:  bot, discord-bot, discord
Commando
Official command framework for discord.js
Stars: ✭ 434 (+768%)
Mutual labels:  bot, discord-bot, discord
Discord Bot Client
A patched version of discord, with bot login support
Stars: ✭ 441 (+782%)
Mutual labels:  bot, discord-bot, discord
Clinet
Official repository for Clinet, a Discord bot intended for assistance and control within your guilds.
Stars: ✭ 28 (-44%)
Mutual labels:  bot, discord-bot, discord
Discord Bot
🤖 Our BIG help in things about moderation and many more useful stuff on our Discord server.
Stars: ✭ 30 (-40%)
Mutual labels:  bot, discord-bot, discord

Kyoko

Discord Music Bot catnip invite FOSSA Status

WARNING: This project is no longer maintained. Kyoko v3 has been completely rewritten from scratch (using TypeScript and Elixir, maybe some day we'll open the source back). This code kinda sucks, feel free to use it for reference purposes or fork it if you really want to.

Kyoko is an open-source and multipurpose Discord bot. It's regularly developed, new features are constantly added, but if you want suggest something or just talk to us, please check out our Discord server.

Self-hosting guide

Building/contributing

If you want to contribute to Kyoko, while it's not really necessary consider join our server to get in direct contact with Kyoko maintainers.

Steps for building from source (no IDE needed)

We use Gradle build system to build Kyoko, so the only thing you really need is JDK (I assume you already have it, if not look above), the wrapper will download it automatically.

  1. Clone this repo
  2. Navigate to project root directory from terminal (location of cloned repo)
  3. Run gradlew assemble or ./gradlew assemble on Unix-like systems
  4. After successful build, the kyokobot.jar (bot core with libraries, contains entry point) and modules (Don't forget to copy them - they contain the bot logic!) will be placed in deploy directory.

If you want to run Kyoko from IDE - delegate your build tasks to Gradle (add assemble task before build if it doesn't rebuild modules), point your working directory to <project root>/deploy (otherwise bot will not respond to any commands because no modules are getting loaded).

Custom module development

Not ready yet - although we are developing chiaki - an easy to use Discord bot framework you can build modules (and even entire bot) on, aiming to replace Kyoko core parts in near future.

Links

Kyoko

Click here to invite the bot to server

Website

Command list

Kyoko <3 and uses

and many other things...

License

FOSSA Status

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