Skip to content

Commit 477a950

Browse files
committed
rename songs to tracks, rename some tables for conistency and fixed error in play command
1 parent ed58ed0 commit 477a950

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+624
-561
lines changed

cmd/dbot/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151
commands.BassBoost(b),
5252
commands.ClearQueue(b),
5353
commands.History(b),
54-
commands.LikedSongs(b),
54+
commands.LikedTracks(b),
5555
commands.Loop(b),
5656
commands.Next(b),
5757
commands.NowPlaying(b),

db/.gen/kittybot-go/public/model/guild_setting.go renamed to db/.gen/kittybot-go/public/model/guild_settings.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

db/.gen/kittybot-go/public/model/liked_song.go renamed to db/.gen/kittybot-go/public/model/liked_tracks.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

db/.gen/kittybot-go/public/model/play_history.go renamed to db/.gen/kittybot-go/public/model/play_histories.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

db/.gen/kittybot-go/public/model/voter.go renamed to db/.gen/kittybot-go/public/model/voters.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

db/.gen/kittybot-go/public/table/guild_setting.go

Lines changed: 0 additions & 71 deletions
This file was deleted.

db/.gen/kittybot-go/public/table/guild_settings.go

Lines changed: 81 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

db/.gen/kittybot-go/public/table/liked_song.go

Lines changed: 0 additions & 74 deletions
This file was deleted.

db/.gen/kittybot-go/public/table/liked_tracks.go

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)