ZumitoTeam / zumito-template

Template for start creating your own discord bot using zumito-framework
GNU General Public License v3.0
1 stars 0 forks source link

Remove discord.js dependency #4

Open fernandomema opened 1 year ago

fernandomema commented 1 year ago

Currently, the project is using the discord.js library as a dependency. However, this is causing issues with typing when the version of the project differs from the version of the zumito-framework library.

To resolve this issue, it is recommended to remove the discord.js dependency and use the discord library exported by the zumito-framework instead. This will ensure that only one version of the library is being used and will avoid any conflicts with typing.

Discord can be imported as import { EmbedBuilder } from 'zumito-framework/discord'

TakashiZ17 commented 1 year ago

e

fernandomema commented 1 year ago

e

Can i help you in something?