Skip to content

Commit

Permalink
Changed default value
Browse files Browse the repository at this point in the history
emoji: true > false
  • Loading branch information
itskekoff authored May 24, 2023
1 parent 27b1274 commit 095c498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def write_defaults(self):
"roles": True,
"channels": True,
"overwrites": True,
"emoji": True,
"emoji": False,
},
"clone_messages": {
"__comment__": "Clone messages in all channels (last messages). Long limit - long time need to copy",
Expand Down

0 comments on commit 095c498

Please sign in to comment.