Closed tverghis closed 5 years ago
After #16, users that previously never linked an account are not able to use the !9kmmrbot addacc <id> command to link an account to the channel.
!9kmmrbot addacc <id>
This is because if the accounts field doesn't exist on the document, the $addToSet operation fails.
accounts
$addToSet
After #16, users that previously never linked an account are not able to use the
!9kmmrbot addacc <id>
command to link an account to the channel.This is because if the
accounts
field doesn't exist on the document, the$addToSet
operation fails.