-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added embed footer to lang file - Added Profile link to embed title
- Loading branch information
1 parent
1af9e08
commit d9db89e
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
{ | ||
"playerconnect": "{purple}{0} {green}liittyi palvelimelle [{1}]", | ||
"playerdisconnect": "{purple}{0} {red}poistui [{1}]", | ||
"playerwelcomemsg": "Moi {purple}{0}{default}, Tervetuloa {blue}Peliluolan {default}awikka servulle!", | ||
"playerwelcomemsgnextline": "{default}Kirjoittamalla {green}!info {default}näät hyödyllisiä komentoja ;)", | ||
"playerconnect": "{purple}{0} {green}connected [{1}]", | ||
"playerdisconnect": "{purple}{0} {red}disconnected [{1}]", | ||
"playerwelcomemsg": "Hi {purple}{0}{default}, Welcome to {blue}My server{default}. Hope you enjoy!", | ||
"playerwelcomemsgnextline": "{default}Please {green}read our rules{default}.", | ||
|
||
"Discord.ConnectTitle": "{0}", | ||
"Discord.ConnectDescription": "liittyi palvelimelle [{0} - {1}]\n[Steam Profiili](https://steamcommunity.com/profiles/{1})", | ||
"Discord.ConnectDescription": "connected [{0} - {1}]\n[Steam](https://steamcommunity.com/profiles/{1})", | ||
|
||
"Discord.DisconnectTitle": "{0}", | ||
"Discord.DisconnectDescription": "poistui palvelimelta [{0} - {1}]\n[Steam Profiili](https://steamcommunity.com/profiles/{1})" | ||
"Discord.DisconnectDescription": "disconnected [{0} - {1}]\n[Steam](https://steamcommunity.com/profiles/{1})", | ||
|
||
"Discord.Footer": "ConnectMSG (1.5) by verneri" | ||
} |