Simple UI to easily access kv and visualize your Discord User / Status with Lanyard
Huge thanks to @Phineas for making this possible with his amazing project!
- Make sure you've joined the Lanyard Discord server
- If you want to use the KV editor make sure to get your Api Token
- Find your Discord User ID
- Open settings got to the
Advanced
tab and turn onDeveloper Mode
- Still in settings go to
My Account
and click the three dots and copy your ID
How do I get my Lanyard Token / Api Key?
- Open direct messages with the Lanyard bot
- Send a message with the following content:
.apikey
- Copy the token to a safe place
This project uses Bun as the package manager and Vite as the build tool.
# Install dependencies
$ bun install
# Start development server
$ bun run dev
# Build for production
$ bun run build
# Preview production build
$ bun run preview
- 🚀 Built with Vite for lightning-fast development
- ⚛️ React 18 with modern hooks and patterns
- 🎨 Styled Components for beautiful, maintainable styling
- 🔄 Real-time Discord presence updates
- 🔑 KV store editor with validation
- 🎭 Support for Discord decorations and custom statuses
- 📱 Responsive design
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work to your fork
- Submit a Pull request so that I can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Copyright 2021 pxseu
Licensed under the Mozilla Public License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at:
A copy of the license is available in the repository's LICENSE file.