Red Panther

Results 8 comments of Red Panther

If you use the `skipAddStyles` option. It'll not add the default css for `Typewriter__cursor` class.

May you show some code or any sort of reference (screenshot) for us to understand better?

@Slurpity, a representation of what @MrDiamond64 meant is shown below: ```js const Discord = require('discord.js'); // Imports discord.js library const client = new Discord.Client({disableMentions: 'everyone'}); // You can use "bot"...

Look for the [`array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array) before [`.forEach`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach) which is being declared as an `undefined` object. The `array` before `.forEach` must be defined.

So basically, when you host on Glitch, you must have a file called `.env` (this file is created by Glitch on the creation of a new express app by default)....

Its just ```.cache```, ```new Discord.MessageEmbed()``` instead of ```new Discord.RichEmbed()``` & only a few of the other things that you need to change. If that's what you're referring to. :thinking:

Hello @ConX, feel free to [apply for maintainer](https://github.com/devicons/devicon/discussions/1436) or [ask questions regarding maintainer](https://github.com/devicons/devicon/issues/1471).