Manish

Results 5 comments of Manish

@istiaqueahmedarik this should work ``` const msg = new webhook.MessageBuilder() .setName('Awesome Bot') .setTitle('Awesome title') .setColor('#f1e05a') .setText(`Awesome text`) .setURL(`https://google.com`); Hook.send(msg); ```

I forgot to build the lib before. I just published a new version 0.17.1-b and it should work now, if the problem persists just run `yarn add vue-cryptoicon` again.

If you use `Vue.use(Cryptoicon, { size: '50', color: 'black', generic: true });` it will fallback to the generic in case of icon is missing. Also for a single icon, you...

Okay, I'll consider this and make the generic icon fallback true by default. although it will still show the error in the console.

Probably that might be because of the [submodule](https://github.com/man15h/vue-cryptoicon/blob/e4263c5752c6d70bbc5d755afab559048563ceb2/.gitmodules#L1). I'll look into it. Thanks