ZumitoTeam / zumito-framework

Framework for creating a bot for discord
https://framework.zumito.dev
7 stars 1 forks source link

Add EmbedLoader interface for modules #5

Closed fernandomema closed 1 year ago

fernandomema commented 1 year ago

Add interface with method that load .ts files from %module%/embeds folder and save each function to module.embeds. This interface will be used in module classes by implementing it.

fernandomema commented 1 year ago

Not needed since you just can import files from your module😄