-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.json
73 lines (73 loc) · 5.12 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"action_noped": "🛑 This action has been noped!",
"already_in_game": "❌ You are already in the game!",
"awaiting_prompt": "❌ There's a prompt waiting for response.",
"before_attegg": "⚡ <@{}> wants to skip and force <@{}> to draw twice. Accept?",
"before_skip": "⏩ <@{}> wants to skip their turn and not draw a card! Next up: <@{}>. Accept?",
"before_steal": "{} <@{}> wants to steal a card from <@{}>! Accept?",
"bug_report_print": "===== Bug report from {} in channel {}: [{}] '{}'",
"bug_reported": "🐞 Bug reported! Thank you for your help!\nYou can also join our support server at https://discord.gg/UGm36FkGDF",
"defuse_prompt": "🔧 You drew an **Eggsplode** card! Please decide where on the deck you want to put it.\n**Current position: {} (0 = bottom, {} = top)**\n**Players:**\n{}",
"defused": "## 🔧 <@{}> drew an Eggsplode card! Luckily, they had a Defuse and put it back into the deck!",
"eggsploded": "## 💥 <@{}> drew an Eggsplode card and died!",
"game_already_exists": "❌ Another game is already running in this channel!",
"game_not_found": "❌ No game found in this channel! Start a new game with </start:1325457141628141661>!",
"game_not_started": "❌ The game has not started yet!",
"game_over": "# 🎉 <@{}> wins!",
"game_started": "🚀 Game Started!",
"game_timeout": "💀 This game has been inactive for too long, so it has been terminated. Start a new game with </start:1325457141628141661>!",
"hand_list": "- **{} {}** ({}x): {}",
"hand_title": "# Your cards\n{}",
"help": [
"# How to start a game",
"Use the </start:1325457141628141661> command to create a new game. Once everyone has joined, select **Start game** to begin!",
"# How to play",
"1. Once it's your turn, click on **Play!**",
"2. Play as many cards form the dropdown menu as you want. You can also not play any cards.",
"3. Click on **Draw** to draw a card from the deck and end your turn. It may not be required after playing some card types.",
"# Eggsploding and Defusing",
"If you draw an **Eggsplode** card and don't have **Defuse** card, you're out of the game. If you have a **Defuse** card, you can put the **Eggsplode** card back into the deck.",
"# Nope",
"Some actions can be cancelled by clicking on **Nope**, if you have a **Nope** card. You can nope actions targeted at you or other players. Clicking on **Nope** on already cancelled actions will 'un-nope' (or 'yup') them.",
"# Stealing",
"If you have two food cards of the same type, you can steal a random card from another player of your choice.",
"# Still have questions?",
"You can ask for help or give feedback on our Discord server at https://discord.gg/UGm36FkGDF",
"If you experience any issue with the bot, please reach out by using the </bugreport:1333499107129561270> command.",
"-# Ping: {:.0f}ms | Version: {} {}"
],
"invalid_command": "❌ Invalid command.",
"invalid_turn": "❌ This turn has ended or the action is not valid anymore! Make sure to click **Play!** on the latest message.\n*If you think this is a mistake, please use </bugreport:1333499107129561270> to report it!*",
"list_games_item": "- <#{}>",
"list_games_title": "📋 **Games:**\n{}",
"maintenance": "⚠️ The bot is currently under maintenance. You can find more info in our support server.",
"maintenance_mode_no_games_running": "✅ No games running.",
"maintenance_mode_toggle": "🔧 Admin maintenance mode {}. {}",
"message_edit_on_nope": "🛑 <@{}>: **Nope!**",
"message_edit_on_yup": "🛑 <@{}>: **Yup!**",
"next_cards": "### Next 3 cards on the deck:{}",
"next_cards_list": "\n- **{} {}**",
"next_turn": "### ⌛ <@{}>'s turn!",
"no_cards_to_steal": "🎭 {} wanted to steal a card from {}, but they had no cards left. Better luck next time!",
"no_nope_cards": "❌ You have no **Nope** cards to play!",
"no_players_have_cards": "❌ No players have cards!",
"no_self_nope": "❌ You can't Nope yourself!",
"not_enough_players_to_start": "❌ Not enough players to start the game!",
"not_game_creator_start": "❌ Only the game creator can start the game!",
"not_implemented": "🙁 Sorry, not implemented yet.",
"not_your_turn": "❌ It's not your turn!",
"play_prompt": "**Play** as many cards as you want, then **draw** a card to end your turn!\n## Your cards:\n{}\n-# Cards remaining on the deck: {} | Eggsplode cards: {}",
"players_list_item": "- <@{}>",
"predicted": "🔮 <@{}> looked at the next 3 cards on the deck!",
"shuffled": "🌀 <@{}> shuffled the deck!",
"start": "# New game\n<@{}> wants to start a new Eggsplode game! Click on **Join** to participate!\n**Players:**\n- <@{}>",
"steal_prompt": "Choose a player to steal a card from.",
"stolen_card_public": "🎭 <@{}> stole a card from <@{}>!",
"stolen_card_them": "<@{}> stole 1 **{} {}** from you!",
"stolen_card_you": "You stole: **{} {}**",
"timeout": "*Time's up.*\n",
"user_drew_card": "🃏 <@{}> drew a card!",
"user_not_in_any_games": "❌ You are not in any games! Start a new one with </start:1325457141628141661>!",
"user_not_in_game": "❌ You are not in this game!",
"you_drew_card": "You drew: **{} {}**!"
}