Releases: inttter/discid
Releases · inttter/discid
v1.6.1
This is a small update which updates and adjusts a couple of things!
🧹 Chores
- 85307aa 🧹 chore: show an error if no user ID is provided
- 848bfe1 🧹 chore: don't show album name on spotify status
- Also updates
Avatar URL
to use thehttps://api.lanyard.rest
URL instead of the Discord CDN.
- Also updates
- b28c79b 🧹 chore: indent all code by 2 spaces
📚 Documentation
- 4fc6088 📚 docs: slight README updates
- Improved look of the initial header
- Updated example to match this version
- Fixed and adjusted some minor things (eg. spelling)
📦 Packages
v1.6.0
✨ Features
-
5ccb494 ✨ feat: show global name of user
Example
If these two are present in the JSON response for
514106760299151372
:"discord_user": { "username": "iinter", "global_name": "lunar" # rest of discord_user... }, # rest of response... "discord_status": "online",
then the output will be:
iinter (lunar) • 🟢 Online
-
87610d1 ✨ feat(json): copy response to clipboard
- Means that you no longer have to scroll through and highlight the whole response and copy/paste it manually.
🧹 Chores
- df7d68a 🧹 chore: update help information
📦 Package
- d737a45 📦 chore(package): Bump axios from 1.7.1 to 1.7.2
🐛 Bugfixes
- ba2ac42 🐛 fix: fix animated avatar's still using
.png
instead of.gif
v1.5.1
v1.5.0
✨ Features
- 873b8bd ✨ feat(json): add syntax highlighting to json output
- Colors may vary depend on theme you are using (eg. in VSCode, any terminal application, etc).
🧹 Chores
📝 Documentation
- 6588f19 📝 docs: improve README significantly
- Uses a new, updated example image (finally), and goes into some more detail.
v1.4.2
v1.4.1
v1.4.0
Features
-
✨ Show user's kv with
--kv
5013f6b- For example, the following key-values (as set from Lanyard's Discord bot):
"kv": { "email": "[email protected]", "location": "UK", "website": "https://iinter.me" },
will be outputted in the terminal in the following way:
KV of iinter: # 'iinter' is the username from the user ID you gave as [userID] email: [email protected] # .set email [email protected] location: UK # .set location UK website: https://iinter.me # .set website https://iinter.me
Config
- 👷 Update prefix to use emojis b218603