I am trying to pass a variable, but if it is undefined, pass 'undefined' instead:
`**AFK Channel:** ${targetGuild.afkChannel.name}, ${targetGuild.afkChannelId || 'undefined'}`
Which I thought would pass 'undefined' if targetGuild.afkChannelId is undefined. Am I doing this incorrectly?