Skip to content

Commit

Permalink
Fixed the json template of client.py. Please refer to the client.py f…
Browse files Browse the repository at this point in the history
…ile for the new config block that I added 'verification_nickname'.
  • Loading branch information
KevinTrinh1227 committed Oct 31, 2023
1 parent 1ba10c3 commit 73db9ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"guild_id": ""
},
"embed_templates": {
"verification_nickname": {
"verified_non_guild_member": "[v] {ign}",
"verified_guild_member": "{guild_rank} | {ign} ✔"
},
"welcome_embed": {
"embed_description": "Welcome to {guild_name}, {member.mention}!",
"photo_title": "{member.name} has joined! (#{member_count})",
Expand Down

0 comments on commit 73db9ea

Please sign in to comment.