Skip to content

Commit

Permalink
add none
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Jun 7, 2024
1 parent ce3c9f0 commit 9b7a17d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions bot/en_gb/standard/generalEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
"description": "{user} boosted this server πŸŽ‰",
"description_noUser": "Someone boosted this server πŸŽ‰",
"description_withTier": "{user} boosted this server to tier {tier} πŸŽ‰",
"description_withTier_noUser": "Someone boosted this server to tier {tier} πŸŽ‰"
"description_withTier_noUser": "Someone boosted this server to tier {tier} πŸŽ‰",
"none": "none"
},
"serverBoostRemove": {
"title": "Server Boost Removed",
"description": "{user} stopped boosting this server",
"description_noUser": "Someone stopped boosting this server",
"description_withTier": "{user} stopped boosting, causing the server to drop down to tier {tier}",
"description_withTier_noUser": "Someone stopped boosting, causing the server to drop down to tier {tier}"
"description_withTier_noUser": "Someone stopped boosting, causing the server to drop down to tier {tier}",
"none": "none"
}
}
6 changes: 4 additions & 2 deletions bot/en_pr/standard/generalEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
"description": "{user} boosted this server πŸŽ‰",
"description_noUser": "Someone boosted this server πŸŽ‰",
"description_withTier": "{user} boosted this server to tier {tier} πŸŽ‰",
"description_withTier_noUser": "Someone boosted this server to tier {tier} πŸŽ‰"
"description_withTier_noUser": "Someone boosted this server to tier {tier} πŸŽ‰",
"none": "none"
},
"serverBoostRemove": {
"title": "Server Boost Removed",
"description": "{user} stopped boosting this server",
"description_noUser": "Someone stopped boosting this server",
"description_withTier": "{user} stopped boosting, causing the server to drop down to tier {tier}",
"description_withTier_noUser": "Someone stopped boosting, causing the server to drop down to tier {tier}"
"description_withTier_noUser": "Someone stopped boosting, causing the server to drop down to tier {tier}",
"none": "none"
}
}
6 changes: 4 additions & 2 deletions bot/en_us/standard/generalEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
"description": "{user} boosted this server πŸŽ‰",
"description_noUser": "Someone boosted this server πŸŽ‰",
"description_withTier": "{user} boosted this server to tier {tier} πŸŽ‰",
"description_withTier_noUser": "Someone boosted this server to tier {tier} πŸŽ‰"
"description_withTier_noUser": "Someone boosted this server to tier {tier} πŸŽ‰",
"none": "none"
},
"serverBoostRemove": {
"title": "Server Boost Removed",
"description": "{user} stopped boosting this server",
"description_noUser": "Someone stopped boosting this server",
"description_withTier": "{user} stopped boosting, causing the server to drop down to tier {tier}",
"description_withTier_noUser": "Someone stopped boosting, causing the server to drop down to tier {tier}"
"description_withTier_noUser": "Someone stopped boosting, causing the server to drop down to tier {tier}",
"none": "none"
}
}

0 comments on commit 9b7a17d

Please sign in to comment.