NanderTGA / msgroom-orm

A MsgRoom client.
https://nandertga.github.io/msgroom-orm/
MIT License
4 stars 0 forks source link

feat!: remove options.welcomeMessage from Client #152

Closed utf-4096 closed 10 months ago

utf-4096 commented 10 months ago

Welcome messages are unnecessary and extra spammy when the bot restarts several times during testing. As a general rule on msgroom, bots should not send messages if the user doesn't explicitly ask for them. Welcome messages fit into this rule, so let's remove them.

NanderTGA commented 10 months ago

PR is all good, but I have decided to make it warn the user and make it stop working instead. I'll remove what's left of it in the future.