Add noinvite default setting
This commit is contained in:
parent
0a10b8fc02
commit
b9efc26d3f
1 changed files with 1 additions and 0 deletions
|
@ -31,5 +31,6 @@ class GuildEventHandler(object):
|
||||||
|
|
||||||
# Set some default settings
|
# Set some default settings
|
||||||
_ = Setting(guild=guild.id, setting="massmention", value=5).save()
|
_ = Setting(guild=guild.id, setting="massmention", value=5).save()
|
||||||
|
_ = Setting(guild=guild.id, setting="noinvite", value=True).save()
|
||||||
|
|
||||||
await general.send("Systems are now fully operational")
|
await general.send("Systems are now fully operational")
|
||||||
|
|
Loading…
Add table
Reference in a new issue