Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

pyraxo/sylphy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7511c18 Β· May 4, 2020
Jul 7, 2019
Mar 29, 2020
Aug 9, 2017
Jan 3, 2017
Jan 10, 2017
Dec 28, 2016
Aug 2, 2017
Feb 1, 2017
Oct 8, 2016
Feb 25, 2018
Aug 2, 2017
Apr 11, 2020
Feb 11, 2018
Apr 11, 2020

Repository files navigation

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.