Skip to content

Commit

Permalink
Update automod-schema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
saiteja-madha authored Aug 16, 2021
1 parent a2ba106 commit 58ba671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/automod-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Schema = mongoose.Schema({
max_lines: Number,
});

const Model = mongoose.model("automod", Schema);
const Model = mongoose.model("automod-config", Schema);

module.exports = {
getSettings: async (guildId) => {
Expand Down

0 comments on commit 58ba671

Please sign in to comment.