0
votes

Is there a way to automatically define guild region for !serverinfo embed?
If no, tell me, I have no idea.

.addField('Region', ???)
1

1 Answers

0
votes

Assuming you're using v12, the following code should assist you in what you need.

.addField("Region", message.guild.region)

Still having problems? Comment below and I can help you further!