Metadata-Version: 2.1
Name: nekoriku
Version: 0.2.4
Summary: แพ็คเกจสำหรับบอทดิสคอร์ดที่มีฟีเจอร์คำสั่งสำหรับเล่นเพลงครบถ้วน
Home-page: https://github.com/NekoSakuraLucia/Nekoriku
Author: NekoSakuraLucia
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: discord.py
Requires-Dist: wavelink
Requires-Dist: colorama

# Nekoriku

<p align="center">
    <img src="/images/image.jpg" alt="Nekoriku" />
</p>

<p align="center">
    <a href="https://pypi.org/project/nekoriku/">
        <img src="https://badge.fury.io/py/nekoriku.svg" alt="Nekoriku" />
    </a>
</p>

### TH:
แพ็คเกจของเราใช้ discord.py และ wavelink เป็นฐานในการทำบอท

### EN:
Our package uses discord.py and wavelink as the base for bots.

## Installation
```
python3 -m pip install nekoriku
```

## Example:
```py
# Default Prefix: !>

import Nekoriku
from Nekoriku.plugins import create

create(
    module={
        "music_prefix": True,
        "music_slash": True
    },
    event={
        "music_event": True
    }
)

# Bot prefix, for example !O>play
Nekoriku.setup_prefix(prefix="!O>")

# Node connection example
Nekoriku.setup_nodes(
    identifier="Nekoriku" # or can set identifier=None You can if you don't want to name the identifier.
    uri="http://localhost:3000",
    password="youshallnotpass"
)
Nekoriku.start('โทเค้นบอทของคุณ / YOUR_BOT_TOKEN')
```


### TH:
`Nekoriku` เป็นแพ็คเกจสำหรับบอทดิสคอร์ดที่อำนวยความสะดวก สำหรับคนที่อยากได้บอทเพลง
แต่ไม่อยากทำเอง แต่อยากได้บอทเพลงแบบมีทั้ง prefix, slash แต่เนโกะริคุมีให้พร้อม ไม่ต้องเขียนโค้ดเอง
setup ง่ายมากแค่โค้ดไม่กี่บรรทัดคุณก็ได้บอทเพลงของคุณที่พร้อมทำงาน

### EN:
`Nekoriku` is a package for convenient discord bots. For people who want a music bot
But I don't want to do it myself. But I want a music bot with prefix and slash, but Nekoriku has it ready. No need to write code yourself.
The setup is very easy, just a few lines of code and you have your music bot ready to work.

## WARNING ❗
TH: ไม่แนะนำให้เอาไปใช้งานจริง เพราะอาจซ้ำกับบอทตัวอื่นได้..

EN: It is not recommended to use it for real use. Because it may be duplicated with other bots..

---

<p align="center">&copy; 2024 - Nekoriku. Permission is granted to modify this content under the MIT License. ❤</p>
