Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes/changes #6

Merged
merged 6 commits into from Sep 12, 2018
Merged

Various fixes/changes #6

merged 6 commits into from Sep 12, 2018

Conversation

MikeModder
Copy link

@MikeModder MikeModder commented Sep 11, 2018

Summary of changes:

a245a02 - Remove fmt.Println() in Zalgo command
e6cf76c - Change -= 1 to -- in voice.go
737715a - Use botData.DiscordSession.State.User.String() to get bot username and tag in about command, also use prefix set in config for example in about command.
16552a1 - Possibly uneeded - change XKCD to xkcd in error messages
b68714b - When building it was complaining about YouTube being undefined in voice.go, so I imported the YouTube API package as youtube
c4a4b2a - Fix build error joinedAt.Parse undefined (type string has no field or method Parse) by using time.Parse(time.RFC3339, joinedAt) ( RFC3339 is an (rougly) extention of ISO8601 )

@JoshuaDoes
Copy link
Member

Looks good, I'll go ahead and squash and merge

@JoshuaDoes JoshuaDoes merged commit 1aae8db into Clinet:master Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants