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:
parent
688248346b
commit
d8530154a5
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue