mirror of
https://github.com/studio-neptune/yuuki.git
synced 2024-11-10 09:02:53 +08:00
Fix a bug in "_text"
This commit is contained in:
parent
cfd46e8e63
commit
7b3c32c6e7
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ class Yuuki_Command:
|
|||
return actions[msgSep[1]](ncMessage)
|
||||
return self.Yuuki_DynamicTools.sendText(
|
||||
Yuuki_StaticTools.sendToWho(ncMessage),
|
||||
self.Yuuki.get_text("Helllo^^\nMy name is %s ><\nNice to meet you OwO"
|
||||
self.Yuuki.get_text("Helllo^^\nMy name is %s ><\nNice to meet you OwO") % (Yuuki_Name,)
|
||||
)
|
||||
|
||||
def _contact(self, ncMessage):
|
||||
|
|
Loading…
Reference in a new issue