warengonzaga / waren-discord-bot

A general-purpose Discord bot for the modern technology community.
GNU General Public License v3.0
5 stars 0 forks source link

welcome message to new members #1

Open warengonzaga opened 2 years ago

warengonzaga commented 2 years ago

For new members, there should be a basic welcome message.

princejoogie commented 2 years ago

i have this feature in one of my bots goojie. can be used for reference but a few things can be changed for performance.

warengonzaga commented 2 years ago

i have this feature in one of my bots goojie. can be used for reference but a few things can be changed for performance.

I might re-write it.

princejoogie commented 2 years ago

https://discordjs.guide/popular-topics/canvas.html#adding-in-text

didnt know discordjs has canvas, similar to HTML5's canvas manipulation. with this, you can load images and write text into the canvas.

warengonzaga commented 2 years ago

https://discordjs.guide/popular-topics/canvas.html#adding-in-text

didnt know discordjs has canvas, similar to HTML5's canvas manipulation. with this, you can load images and write text into the canvas.

Thanks for sharing! I'll take a look into it. I'm thinking of a rich embed. 🚀 This one is more applicable to the current needs.