Skip to content

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

License

Notifications You must be signed in to change notification settings

NekoSakuraLucia/Nekoriku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nekoriku

Nekoriku

Nekoriku

TH:

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

EN:

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

Installation

python3 -m pip install nekoriku

Example:

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


© 2024 - Nekoriku. Permission is granted to modify this content under the MIT License. ❤

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages