-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig.json
More file actions
19 lines (19 loc) · 816 Bytes
/
config.json
File metadata and controls
19 lines (19 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"embedColor": "#de3c51",
"guildId": "747526604116459691",
"messages": {
"newMember": {
"unkownInvite": "New member, **{member.username}**! I couldn't figure out who invited them",
"inviter": "New member, **{member.username}**! Invited by {inviter.username} ({inviter.totalInvites} invites"
},
"memberLeave": {
"unkownInvite": "Member left, **{member.username}**. I couldn't figure out who invited them",
"inviter": "Member left, **{member.username}**. Invited by {inviter.username} ({inviter.totalInvites} invites"
},
"cmdInvites": {
"otherInvites": "**{member.username}** has **${member.invites}** invites!",
"ownInvites": "You have **{member.invites}** invites!"
}
},
"allWelcomeChannels": ["welcome","hi","hello","traffic", "new-members"]
}