Skip to content

Commit

Permalink
db fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shoxie committed Jul 11, 2020
1 parent fac780c commit 1fa31d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion commands/info/topSongs.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = {
let songs = args.includes("--server")
? await music.guildTop(message.guild.id)
: await music.getSongs();
console.log(await music.guildTop(message.guild.id));
if (songs) {
let embed = new Discord.MessageEmbed()
.setColor("#0390fc")
Expand Down
1 change: 0 additions & 1 deletion model/musicData.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ let mongoose = require("mongoose");
let musicSchema = mongoose.Schema({
name: {
type: String,
unique: true,
},
count: {
type: Number,
Expand Down

0 comments on commit 1fa31d7

Please sign in to comment.