Analysis updated 2026-05-18
Add custom font and glow effects to a Discord bot's display name using the provided implementations.
Look up the exact API endpoint payloads needed to apply Discord profile styling.
Copy the reference files for fonts, colors, and effects into your own bot project.
| dray-me/display-name-effect | andersondanieln/hexllama | antonlobanovskiy/agent-tmux-web | |
|---|---|---|---|
| Stars | 13 | 13 | 13 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Relies on experimental, unofficial Discord API behavior that could change without notice.
This repository provides code and documentation for Discord bots that want to apply visual styling to user display names, using experimental features in Discord's profile API. The effects include custom fonts, glow and neon visuals, gradient coloring, and other decorative treatments that Discord has made available through its API but does not surface through normal bot libraries. The workspace is organized around three programming languages: TypeScript, JavaScript, and Python. Each language folder contains a working implementation, a setup guide, and a set of supporting reference files covering fonts, visual effects, color codes, API endpoints, experimental feature flags, and library compatibility notes. A companion repository in Go exists separately. All three language versions implement the same three-layer design: a transport layer that handles authenticated API requests and rate limiting, a business logic layer that resolves which style configurations to apply, and a startup hook that runs when the bot connects to Discord without blocking any of the bot's other features. The documentation is detailed. The fonts reference lists 12 named fonts including Bangers, Pixelify Sans, and GG Sans. The effects reference covers six visual styles. The colors reference translates hex color codes into the decimal format Discord's API requires. The endpoints reference documents the exact request payloads for the relevant Discord REST API routes. Each language folder has its own version of all these files. The project describes the capabilities it documents as experimental, meaning they rely on Discord API behavior that is not officially supported for third-party bots and could change. The startup discovery system is designed to detect what is currently available rather than assuming a fixed set of features will work. The README is a navigation document pointing to the per-language folders, the actual implementation details live inside those subfolders. There is a Discord community server linked for questions and collaboration.
Documentation and code for Discord bots that style user display names with custom fonts, glow effects, and gradients, in TypeScript, JavaScript, and Python.
Mainly TypeScript. The stack also includes TypeScript, JavaScript, Python.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.