Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ljdj authored Feb 2, 2019
1 parent c0cf790 commit 9a2a887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ bot.on('message', message => {
.setTimestamp()//n'est pas obligatoire
message.guild.channels.find("name", "sondage").send(embed)
.then(function (message) {
message.react("U+2705")
message.react("/U+2705")
message.react("✖")
}).catch(function () {

Expand Down

0 comments on commit 9a2a887

Please sign in to comment.