mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
reuse existing token, JP string & command description
This commit is contained in:
@@ -25,6 +25,8 @@ func getLangStrings(s *Server) map[string]string {
|
||||
strings["commandPSNSuccess"] = "PSN「%s」が連携されています"
|
||||
strings["commandPSNExists"] = "PSNは既存のユーザに接続されています"
|
||||
|
||||
strings["commandDiscordSuccess"] = "あなたのDiscordトークン:%s"
|
||||
|
||||
strings["commandRaviNoCommand"] = "ラヴィコマンドが指定されていません"
|
||||
strings["commandRaviStartSuccess"] = "大討伐を開始します"
|
||||
strings["commandRaviStartError"] = "大討伐は既に開催されています"
|
||||
@@ -78,7 +80,7 @@ func getLangStrings(s *Server) map[string]string {
|
||||
strings["commandPSNSuccess"] = "Connected PSN ID: %s"
|
||||
strings["commandPSNExists"] = "PSN ID is connected to another account!"
|
||||
|
||||
strings["commandDiscordSuccess"] = "Discord token has been generated: %s"
|
||||
strings["commandDiscordSuccess"] = "Your Discord token: %s"
|
||||
|
||||
strings["commandRaviNoCommand"] = "No Raviente command specified!"
|
||||
strings["commandRaviStartSuccess"] = "The Great Slaying will begin in a moment"
|
||||
|
||||
Reference in New Issue
Block a user