Skip to content

Commit

Permalink
change default gab to 600
Browse files Browse the repository at this point in the history
  • Loading branch information
LyoSU committed Dec 18, 2021
1 parent 0ac16ca commit e495900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/models/group.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const groupSchema = Schema({
},
randomQuoteGab: {
type: Number,
default: 300
default: 600
},
emojiSuffix: {
type: String,
Expand Down

0 comments on commit e495900

Please sign in to comment.