Deleted tagline patch
This commit is contained in:
parent
e08f4c2f09
commit
30a4232878
@ -1,18 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/fatih/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
color.Yellow("Setting tagline as user intro")
|
||||
|
||||
defer color.Green("Finished.")
|
||||
defer arn.Node.Close()
|
||||
|
||||
for user := range arn.StreamUsers() {
|
||||
user.Introduction = user.Tagline
|
||||
user.Save()
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user