Up welcome message limit to 4096 chars
This commit is contained in:
parent
4dfa15e17d
commit
f2e19e24a2
@ -191,7 +191,7 @@ func (s *Settings) updatePrefix(guildId uint64) bool {
|
||||
}
|
||||
|
||||
func (s *Settings) updateWelcomeMessage(guildId uint64) bool {
|
||||
if s.WelcomeMessaage == "" || len(s.WelcomeMessaage) > 1000 {
|
||||
if s.WelcomeMessaage == "" || len(s.WelcomeMessaage) > 4096 {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user