mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Fix discord icon name
This commit is contained in:
parent
38dca5ba51
commit
ab18049e61
|
@ -12,7 +12,7 @@ export class Discord implements INodeType {
|
|||
description: INodeTypeDescription = {
|
||||
displayName: 'Discord',
|
||||
name: 'discord',
|
||||
icon: 'file:discord.png',
|
||||
icon: 'file:discord.svg',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
description: 'Sends data to Discord',
|
||||
|
|
Loading…
Reference in a new issue