Hello,
I've been trying to set this up but failed to fetch it.
Any idea ?
$ go get github.com/diamondburned/gtkcord3
# github.com/diamondburned/gtkcord3/gtkcord/components/user
go/src/github.com/diamondburned/gtkcord3/gtkcord/components/user/user.go:112:31: cannot use ac.Emoji (type *discord.Emoji) as type discord.Emoji in argument to ningen.EmojiString
# github.com/diamondburned/gtkcord3/gtkcord/components/popup
go/src/github.com/diamondburned/gtkcord3/gtkcord/components/popup/popup_activity.go:79:33: cannot use ac.Emoji (type *discord.Emoji) as type discord.Emoji in argument to ningen.EmojiString
$ go version
go version go1.14.1 linux/amd64
$ uname -r
Arch Linux 5.5.13-arch2-1
$ pacman -Qi gtk3
Name : gtk3
Version : 1:3.24.17+4+g8c97702a07-1
$ pacman -Qi libhandy
Name : libhandy
Version : 0.0.13-1
$ pacman -Qi pkgconfig
Name : pkgconf
Version : 1.6.3-3
Hello, I've been trying to set this up but failed to fetch it.
Any idea ?