Functionscustom$getGuildAutomodNamesOn this page$getGuildAutomodNamesThis will return the automod rules of the current guild (if any)Usage$getGuildAutomodNames[guildID?;separator?]Exampleclient.command({ name: 'getGuildAutomodNames', code: ` $getGuildAutomodNames[$guildID] `});