discord.js get server by id code example
Example: get server by id discord.js
let server = message.guild.id // ID of the guild the message was sent in
let channel = message.channel.id // ID of the channel the message was sent in
let server = message.guild.id // ID of the guild the message was sent in
let channel = message.channel.id // ID of the channel the message was sent in