1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-30 18:53:30 +00:00

Examples: Fixed undeleter.go Self() -> Me()

This commit is contained in:
diamondburned (Forefront) 2020-02-23 20:42:31 -08:00
parent 688248346b
commit d8530154a5

View file

@ -42,7 +42,7 @@ func main() {
defer s.Close()
u, err := s.Self()
u, err := s.Me()
if err != nil {
log.Fatalln("Failed to get myself:", err)
}