How to use two ifs?

Hello guys,
I'm working on a custom bot for Discord and I need some help.
I have the following code:

if(command === 'sino') {
if (msg.channel.id === '761500739842506774') {
msg.react(":thumbsup:")
msg.channel.send("", […]

See original post by invalid@example.com (Divvy)

Leave a Reply