commit e7aab43720634e9ec0b92ed88818d955a58068d5 parent 3a8a494128d9ea3e502d45bc2fa23d37e52ca11d Author: Daniel <23189912+danyisill@users.noreply.github.com> Date: Sat, 21 Mar 2020 15:20:21 +0300 Update yn.ts Diffstat:
M | lib/commands/yn.ts | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lib/commands/yn.ts b/lib/commands/yn.ts @@ -1,4 +1,4 @@ export default home_scope => { const { message } = home_scope; - Promise.all(['✅', '❎'].map(c => message.react(c))).then(console.log) -};- \ No newline at end of file + Promise.all(['✅', '❎'].map(message.react)).then(console.log) +};