All Projects â†’ pyraxo â†’ Sylphy

pyraxo / Sylphy

Licence: agpl-3.0
👑 the better discord bot framework

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sylphy

Mirai
The core for Mirai Bot v4 [Deprecated]
Stars: ✭ 142 (+67.06%)
Mutual labels:  bot, discord-bot, plugins, modular, discord
Pvpcraft
PvPCraft Discord bot
Stars: ✭ 29 (-65.88%)
Mutual labels:  bot, discord-bot, modular, discord
Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (-14.12%)
Mutual labels:  bot, discord-bot, discord
Smorebot
SmoreBot is a fun, lightweight, multipurpose bot packed with features.
Stars: ✭ 51 (-40%)
Mutual labels:  bot, discord-bot, discord
Nitro
A discord bot
Stars: ✭ 56 (-34.12%)
Mutual labels:  bot, discord-bot, discord
Basicbot
A basic example of a Discord Bot written in Python. (discord.py)
Stars: ✭ 73 (-14.12%)
Mutual labels:  bot, discord-bot, discord
Community Bot
The bot used on the TypeScript Community discord server
Stars: ✭ 46 (-45.88%)
Mutual labels:  bot, discord-bot, discord
Crucian
âš¡ Discord bot with economy, gambling, music, fun, moderation features based on discord.js v12
Stars: ✭ 55 (-35.29%)
Mutual labels:  bot, discord-bot, discord
Calebj Cogs
âš™ Cogs for Red-Discordbot
Stars: ✭ 42 (-50.59%)
Mutual labels:  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 (-9.41%)
Mutual labels:  bot, discord-bot, discord
Discord Slash Bot
This bot is a simple Discord Slash Bot.
Stars: ✭ 64 (-24.71%)
Mutual labels:  bot, discord-bot, discord
Misaki
Misaki is Discord Bot designed for communities with commands ranging from gif based anime reactions, to head scratching trivia commands.
Stars: ✭ 78 (-8.24%)
Mutual labels:  bot, discord-bot, discord
Nino
🔨 Advanced and cute moderation discord bot as an entry of Discord's Hack Week!
Stars: ✭ 78 (-8.24%)
Mutual labels:  bot, discord-bot, discord
Automod Bot
Fun moderation economy bot discord.js
Stars: ✭ 41 (-51.76%)
Mutual labels:  bot, discord-bot, discord
Kyoko
Moved to GitLab: https://gitlab.com/KyokoBot
Stars: ✭ 50 (-41.18%)
Mutual labels:  bot, discord-bot, discord
Juniperbot
Fluffy Discord Bot (Music, Ranking, Reminder, Vk Community bridge,WikiFur) created using JDA
Stars: ✭ 43 (-49.41%)
Mutual labels:  bot, discord-bot, discord
Zira
Zira is a Discord Bot that allows you to react to an emoji on a message and manage a users roles.
Stars: ✭ 55 (-35.29%)
Mutual labels:  bot, discord-bot, discord
Luna
An adorable Discord.js bot. Free, Open Source and Cross Platform, usable as a solid base for larger projects. Written in NodeJs.
Stars: ✭ 76 (-10.59%)
Mutual labels:  bot, discord-bot, discord
Clara
A general purpose Node.JS bot for Discord.
Stars: ✭ 37 (-56.47%)
Mutual labels:  bot, discord-bot, discord
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (-55.29%)
Mutual labels:  bot, discord-bot, discord

Sylphy

Studio 777 NPM version Dependency Status

NPM info

Sylphy is an advanced, efficient and highly customisable framework for Discord command bots written in Node.js

Getting Started

Requirements

  • Node.js 8.0.0+

As the bot framework extends the Eris client, please refer to the docs here.

The full Sylphy documentation can be found here.

Usage

$ npm install --save sylphy

Example

const Bot = require('sylphy')

const client = new Bot({
  token: 'your token here',
  modules: 'path/to/modules',
  // Eris client options here
})

client.register('commands', 'path/to/commands')

client.run()

Documentation

To view the API, please visit the wiki.

Examples

License

Copyright (C) 2018 Pyraxo

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

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