Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 246 Bytes

usdownerid.md

File metadata and controls

15 lines (11 loc) · 246 Bytes
description
Returns guild owner's id

$ownerID

This function returns the server owner's id of the current guild

bot.command({
name: "ownerID",
code: `Server Owners ID: $ownerID` //Ex: Returns 535566311942651924
})