mirror of
https://github.com/hyper-neptune/yuuki.git
synced 2024-12-28 07:41:02 +08:00
Release v6.5.0
This commit is contained in:
parent
96e23f24fb
commit
6400d51789
4 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ Yeah! This is the BOT which was the first Chinese LINE Group Security BOT.
|
|||
Now, it is OpenSource.
|
||||
|
||||
## License
|
||||
This software using Mozilla Public License 2.0.
|
||||
The software licensed under Mozilla Public LICENSE 2.0.
|
||||
|
||||
## Warning
|
||||
The latest stable version is "v6.5.0".
|
||||
|
@ -39,7 +39,7 @@ Please place the core directory in `./libs/`
|
|||
pip install -Ur requirements.txt
|
||||
|
||||
## Usage
|
||||
+ Config your connection infomations in `main.py`
|
||||
+ Configure your connection information in `main.py`
|
||||
|
||||
+ Exec:
|
||||
|
||||
|
@ -50,4 +50,4 @@ Please place the core directory in `./libs/`
|
|||
Maybe you want the source of history version. Click [it](https://github.com/star-inc/star_yuuki_bot/releases/tag/old-versions).
|
||||
|
||||
### Logo Copyright
|
||||
Copyright of the Image which was named "logo.png" belogs to "[ ©川原 礫/ASCII Media Works/SAO Project](https://www.aniplex.co.jp)".
|
||||
Copyright of the Image which was named "logo.png" belongs to "[©川原 礫/ASCII Media Works/SAO Project](https://www.aniplex.co.jp)".
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from .yuuki import Yuuki, Yuuki_Settings
|
||||
from .connection import Yuuki_Connection
|
||||
|
||||
__all__ = ['Yuuki', "Yuuki_Settings", 'Yuuki_Connection']
|
||||
__all__ = ['Yuuki', "Yuuki_Settings", 'Yuuki_Connection']
|
||||
|
|
|
@ -8,8 +8,8 @@ class Yuuki_LangSetting:
|
|||
def __init__(self, default):
|
||||
self.default = default
|
||||
self.support = {
|
||||
"en":English,
|
||||
"zh-tw":Traditional_Chinese
|
||||
"en": English,
|
||||
"zh-tw": Traditional_Chinese
|
||||
}
|
||||
|
||||
def gettext(self, text, lang=None):
|
||||
|
|
|
@ -22,4 +22,4 @@ class Yuuki_MultiPross:
|
|||
added_multiprocess.start()
|
||||
|
||||
def dataManager(self):
|
||||
return multiprocessing.Manager()
|
||||
return multiprocessing.Manager()
|
||||
|
|
Loading…
Reference in a new issue