coding-buddies-discord / cb-bots

4 stars 3 forks source link

Welcome message minor change #49

Closed FedeLopez17 closed 1 year ago

FedeLopez17 commented 1 year ago

This change rephrases the bot's welcome message so that it grabs newcomers' attention a bit more.

cubiquitous commented 1 year ago

I'm ok approving this review, but why you keep using \n instead of just breaking the line?!

edit: when using backticks it allows and takes in consideration all spaces. so:

`hey\nguys`

is the same as

`hey
guys`

image