Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Refactored 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixFerre committed Jun 9, 2020
1 parent e20f262 commit b257a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/Games/tictactoe.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
.setColor(getRandomColor())
.setTitle("**TRES EN RATLLA**")
.addField('❯ Tauler', tauler_string, true)
.setDescription("Escriu la posició a la que vols jugar")
.setDescription("Escriu la lletra de la posició a la que vols jugar")
.setTimestamp().setFooter("CataBOT 2020 © All rights reserved");

msg_tauler = await message.channel.send(msg);
Expand All @@ -73,7 +73,7 @@ module.exports = {
.setTimestamp().setFooter("CataBOT 2020 © All rights reserved");

if (acabat === -1) {
msg.setDescription("Escriu la posició a la que vols jugar");
msg.setDescription("Escriu la lletra de la posició a la que vols jugar");
} else {
msg.setDescription("La partida s'ha acabat");
}
Expand Down

0 comments on commit b257a6f

Please sign in to comment.