Replies: 1 comment 2 replies
-
await client.api.users['@me'].clan.patch({
data: {
identity_guild_id: "guildID", // can be set to null to remove tag entirely
identity_enabled: true,
},
}); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to make a system so that every x time it changes the guild tag, what should I use to do that?
Beta Was this translation helpful? Give feedback.
All reactions