1
0
Fork 0
mirror of synced 2024-05-02 19:52:25 +12:00

Don't override the default hugs

This commit is contained in:
phxntxm 2019-02-05 23:52:52 -06:00
parent 9944673b1e
commit 54b0ac2538

View file

@ -146,7 +146,7 @@ class Interaction:
"SELECT custom_hugs, include_default_hugs FROM guilds WHERE id = $1",
ctx.guild.id
)
msgs = hugs
msgs = hugs.copy()
if settings:
custom_msgs = settings["custom_hugs"]
default_on = settings["include_default_hugs"]