This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
feat: use toString
and toJSON
methods
#90
Labels
toString
and toJSON
methods
#90
Package
guilded.ts
Description
Use
toString
to make make a few shortcuts when working with strings. Here are whattoString
can be used for:User
andServerMember
(e.g.${user}
-><@userId>
)${server}
->server name
)Use
toJSON
to return the raw JSON provided by the Guilded API.Solution
Include in v0.21.0.
Alternative Solutions
No response
The text was updated successfully, but these errors were encountered: