You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Webhooks tags aren't displaying, and there's console output showing an error.
To Reproduce
Steps to reproduce the behavior:
Enable plugin
Find a message sent from a webhook (e.g. PluralKit messages)
Displays BOT instead of WEBHOOK
Expected behavior
Displays WEBHOOK next to a webhook message
Screenshots
If applicable, add screenshots to help explain your problem.
Details (please complete the following information):
Addon Name: BetterBotTags
Addon Version: 2.0.1
Discord Release Channel: Canary
Additional context
Console output:
BetterBotTags.plugin.js:233 Uncaught (in promise) TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
at BoundPlugin.patch (BetterBotTags.plugin.js:233:43)
at BoundPlugin.onStart (BetterBotTags.plugin.js:275:30)
at BoundPlugin.start (0PluginLibrary.plugin.js:3663:54)
at D.startPlugin (renderer.js:5:34310)
at D.startAddon (renderer.js:5:34103)
at D.loadAddon (renderer.js:5:6716)
at D.loadAddon (renderer.js:5:31520)
at D.loadAllAddons (renderer.js:5:8814)
at D.initialize (renderer.js:5:3194)
at D.initialize (renderer.js:5:30719)
The text was updated successfully, but these errors were encountered:
Describe the bug
Webhooks tags aren't displaying, and there's console output showing an error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Displays WEBHOOK next to a webhook message
Screenshots
If applicable, add screenshots to help explain your problem.
Details (please complete the following information):
Additional context
Console output:
The text was updated successfully, but these errors were encountered: