RickvanLoo / discord-cli

Minimalistic Command-Line Interface for Discord
GNU General Public License v2.0
203 stars 32 forks source link

Remove the expired Discord link and reference #43

Closed ladybunne closed 6 years ago

ladybunne commented 6 years ago

Hello! I saw that this project is currently inactive. I'm interested in using it, so since you mentioned you wanted one in some of the issues, here is a PR :)

The link to the Discord server has expired; as it stands, it should either be updated or removed. Since I can't personally update it, I've commented it out.

Feel free to generate another and I'll update my PR!

ladybunne commented 6 years ago

Looks like it's failing CI :(

I'm not really sure what's going on here, I'm very new to Go. Travis is complaining about the following:

The command "eval go get -t -v ./... " failed 3 times.
The command "go get -t -v ./..." failed and exited with 2 during .

Given that this PR changes a single non-source line, I assume something's broken between master's last commit and now?

johnaoss commented 6 years ago

@archmage TravisCI is notoriously bad with the go get command. I've had cases in which even pinging github.com was impossible (seriously no idea what causes this). I've always had success in restarting the build, so try again!

ladybunne commented 6 years ago

@johnaoss No dice :(