$serverOwner

Returns the ID of the server owner.

Usages

There are two usages of the $serverOwner function.

Usage #1

$serverOwner

Returns the current server's owner.

Usage #2

$serverOwner[serverID]

Returns the owner ID of the provided server.

Breakdown

  • serverID - The server to get the owner ID for.

🧙‍♂️ Bot must be present in the server to get the server owner ID.

Example

$nomention
This server is owned by <@$serverOwner>!

example