discord-tictactoe
Version:
A modern Discord Bot for playing Tic-Tac-Toe
31 lines (30 loc) • 1.16 kB
JSON
{
"command": {
"description": "Play a game of TicTacToe",
"option-user": "User you want to play with"
},
"duel": {
"title": ":crossed_swords: Sfida a tris",
"challenge": "**{initier}** ti ha sfidato ad un duello!",
"action": "Reagisci a questo messaggio per accettare o no la sfida.",
"expire": ":x: `{invited}` non ha risposto.",
"reject": ":x: `{invited}` non ha accettato.",
"unknown-user": "non puoi sfidare questo utente.",
"no-bot": "you cannot challenge bots.",
"button": {
"accept": "Accettare",
"decline": "Rifiutare"
}
},
"game": {
"title": ":game_die: `{player1}` **VS** `{player2}`",
"action": "{player}, fai la tua mossa:",
"load": "Le reazioni stanno caricando, aspetta un momento...",
"end": "Che peccato, non ha vinto nessuno! Vuoi rigiocare?",
"win": ":tada: {player} ha vinto!",
"expire": ":x: Il tempo è **scaduto**... forse perché i giocatori non sono più online.",
"in-progress": "you cannot start another game, please wait for current one to end.",
"waiting-ai": ":robot: L'IA sta' giocando, aspetta il tuo turno...",
"ai": "l'IA"
}
}