Skip to content

Commit

Permalink
add "none" for when userid is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Jun 19, 2024
1 parent c223333 commit ca0029c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion bot/en_gb/standard/serverActions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description_withoutInviter": "An invite {invite} was created for {channel}",
"expires": "Expires",
"never": "Never",
"maxUses": "Max Uses"
"maxUses": "Max Uses",
"none": "none"
},
"inviteDelete": {
"title": "Invite Deleted",
Expand Down
3 changes: 2 additions & 1 deletion bot/en_gb/standard/voiceEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"title": "Stage Ended",
"description": "The stage was ended by {executor}",
"description_noExecutor": "The stage channel was ended",
"topic": "Topic"
"topic": "Topic",
"none": "none"
},
"stageUpdated": {
"title": "Stage Updated",
Expand Down
3 changes: 2 additions & 1 deletion bot/en_pr/standard/serverActions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description_withoutInviter": "An invite {invite} was created for {channel}",
"expires": "Expires",
"never": "Never",
"maxUses": "Max Uses"
"maxUses": "Max Uses",
"none": "none"
},
"inviteDelete": {
"title": "Invite Deleted",
Expand Down
3 changes: 2 additions & 1 deletion bot/en_pr/standard/voiceEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"title": "Stage Ended",
"description": "The stage was ended by {executor}",
"description_noExecutor": "The stage channel was ended",
"topic": "Topic"
"topic": "Topic",
"none": "none"
},
"stageUpdated": {
"title": "Stage Updated",
Expand Down
3 changes: 2 additions & 1 deletion bot/en_us/standard/serverActions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description_withoutInviter": "An invite {invite} was created for {channel}",
"expires": "Expires",
"never": "Never",
"maxUses": "Max Uses"
"maxUses": "Max Uses",
"none": "none"
},
"inviteDelete": {
"title": "Invite Deleted",
Expand Down
3 changes: 2 additions & 1 deletion bot/en_us/standard/voiceEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"title": "Stage Ended",
"description": "The stage was ended by {executor}",
"description_noExecutor": "The stage channel was ended",
"topic": "Topic"
"topic": "Topic",
"none": "none"
},
"stageUpdated": {
"title": "Stage Updated",
Expand Down

0 comments on commit ca0029c

Please sign in to comment.