Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/setar-bot/bot

One of the Best Music Bots written in TypeScript by Setar-Team
https://github.com/setar-bot/bot

bot discord discord-bot discord-js discord-js-v13 discord-music-bot music-bot music-bot-discord typescript

Last synced: about 11 hours ago
JSON representation

One of the Best Music Bots written in TypeScript by Setar-Team

Awesome Lists containing this project

README

        

# Setar-Bot


setar-bot-logo

> Setar-bot was originally founded in 2019, by the time passes, we update the bot and now, in the very beginning of version 3, we are making bot an open-source project

## Table of Contents
- [Why Setar-Bot?](#why-setar-bot)
- [Installation](#installation)
- [Features](#features)
- [Config](#config)
- [Support](#support)
- [LICENSE](#license)

### Why Setar-Bot?
Setar-bot has many features, but to begin with, we would suggest, the bot has a mutli language system implanted in the source, so you can easily manage and add your own very language to the bot.

### Installation

- Install Packages

- `npn install`

- Install FFMPEG

- Make sure to add the FFMPEG to the Environment

- Build

- Setar-Bot is written in Typescript, so make sure to compile it (using Babel)

- `npm run build`

- Enjoy

- Setar-Bot Component and Classes are compiled and ready to use in `dist` Folder

### Features
- [x] Support YouTube, Spotify, SoundCloud, Deezer using [music-engines](https://npmjs.com/music-engines)
- [x] Multi Language System
- [x] Perfecte Typings and Structers

## Config
There is no need to change the source code at all, you can easily setup your bot by Changing Environment, You can take a look at [.example.env](https://github.com/SeTar-Bot/Setar-Bot/blob/main/example.env) File
### Support
You can ask about Source configuration and bot setup in [our Disocrd Server](https://discord.gg/7jgfP6j4Tc)

### License
```
MIT License

Copyright (c) 2022 EhsanFox

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```