Aerilym / session-node-bot

A Session monitoring bot for Session Nodes. ONS: nodebot
GNU General Public License v3.0
3 stars 0 forks source link

/join function without ETH address #2

Open Azazel020 opened 3 weeks ago

Azazel020 commented 3 weeks ago

In the current version, the software allows you to use the /join function without adding an ETH address. It is then no longer possible to add an address. You must first delete the created account.

Perhaps adding an obligation of an address is the solution for this.

Aerilym commented 3 weeks ago

Related to #1 you should be able to use the /address command to manage your eth addresses. Perhaps providing an eth address when you join is confusing, I'm thinking I should add information about the /address command in the post-joining message so people are aware of it. Do you think that would help?

Aerilym commented 3 weeks ago

I've made some changes to the messages you see when you message the bot before you've joined (the onboarding message) and the message you get after you join the bot, do you think this works better? https://github.com/Aerilym/session-node-bot/pull/4/files

Azazel020 commented 3 weeks ago

Just checked /onboarding , clear for me. Maybe an addition to add the alias as optional.

For /help addresses it would be an addition to put space between each command. I find it difficult to read in the first place.

IMG_2658

Make also an example with an alias, not all commands. As coder it’s normal to understand Aliases /a, /ETH but for the average user that is going to use the bot not so easy. My 2 cents.

Aerilym commented 2 weeks ago

Thanks for the feedback, always good to get external perspectives. I'll make the help commands clearer and add some alias info as you suggest.