LabyMod / LabyMod/discord-webhook-bundle
Feature: Username/Avatar for default client
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- PHP
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Add the possibility to set the username and/or avatar (optional) for the default webhook client:
discord_webhook:
webhook_url: 'https://discord.com/my/webhook'
username: 'Super Bot'
avatar_url: 'https://url.to/my/cool/avatar'
# ...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the default webhook client and the Symfony configuration that reads the discord_webhook YAML section. Trace how the webhook request is built, then verify that optional username and avatar_url settings are accepted and applied without changing existing configurations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, symfony
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100