Skip to content

Conversation

@heydathan
Copy link

@heydathan heydathan commented Jan 10, 2026

Description

Created Typersguild Integration

Acknowledgements

Screenshots

Screenshot 2026-01-10 at 9 05 44 PM Screenshot 2026-01-10 at 9 05 52 PM

@theusaf theusaf changed the title Typersguild feat(Typersguild): add activity Jan 10, 2026

const presenceData: PresenceData = {
type: ActivityType.Playing,
name: 'Typing on Typersguild',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name field should just be the name of the activity. Actions like "typing on..." should be in the details field.
You can use the statusDisplayType field to change which string appears as the main one in Discord if you like

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved the "typing on" action to the state. And updated the screenshots

Comment on lines 86 to 93

break
}

case ContentType.Wiki:
presenceData.details = getBookName()
presenceData.state = 'Typing Wikipedia'

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe remove the line between the break statements for readability

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, updated

@heydathan heydathan requested a review from theusaf January 10, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants