sjstein / R8DIUM

A discord bot to manage individual run8 users
GNU General Public License v3.0
2 stars 0 forks source link

write discord name when adding new user by id #27

Closed sjstein closed 9 months ago

sjstein commented 9 months ago

If add_user is used, nothing is filled in for the discord name. This makes reading the /list_users command pretty awkward. See if we can ask discord for the name when given the ID

(maybe the corollary is true too? When specifying a new user by discord name, find the id and fill in to the db)

sjstein commented 9 months ago

Closed via merge #28