mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 08:28:33 +00:00
11 lines
No EOL
317 B
TypeScript
11 lines
No EOL
317 B
TypeScript
export default interface ITranslationDiscordEmbed {
|
|
title: string;
|
|
descriptionOnline: string;
|
|
descriptionOffline: string;
|
|
descriptionUnknown: string;
|
|
titleServerName: string;
|
|
titleServerPassword: string;
|
|
titleServerTime: string;
|
|
titlePlayerCount: string;
|
|
noPlayersOnline: string;
|
|
} |