I was asked if I could write a command that could transfer points from one account to another due to Twitch allowing name changes.
I thought I'd share it here for those who wish to use it or learn of a way to do it via command.
Ideally, I'd love to be able to transfer time and vip rank aswell, but sadly there is no command variable that I've found that will allow you to do it via command, that's down to manually editing the time/vip rank within the program.
@editpoints@[@target@[1]|@lookupinfo@[@l_points@,@target@[2]]] Migrating @pointsname@ from @target@[2] to @target@[1] @editpoints@[@target@[2]|-@lookupinfo@[@l_points@,@target@[2]]]
Due to the @editpoints@ variable being used, you'll need to edit the command inside the program to run as elevated user.
Also, due to VIP-Exclusive command variables used, you'll need to have VIP status in Deepbot to use this command.
I have the command set as !migrate, the syntax would be !migrate <newname> <oldname>
If you chose a different command name, it'd be something like !yourcommandname <newname> <oldname>
I have the command set to mod only, as I trust those with access to not abuse the command.
If it's useful for you, enjoy and thanks. If it's not what you need, thank you for reading.