From 9f8e25f82341a0b4cc63a300e6eebffbd4b5ca9c Mon Sep 17 00:00:00 2001 From: Sakurajimai#6742 <56829176+maisans-maid@users.noreply.github.com> Date: Thu, 7 Jan 2021 23:51:25 +0800 Subject: [PATCH] (fix): Typo fix prior to (#70) --- util/games/country-flags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/games/country-flags.js b/util/games/country-flags.js index 8a815a57..ff00a004 100644 --- a/util/games/country-flags.js +++ b/util/games/country-flags.js @@ -10,7 +10,7 @@ await message.channel.send([ 'Guess the succeeding country by its flag in under 30 seconds:', '- First question grants you 300 credits', '- Answering succeeding flags earns 100 credits', - '- You only have 1 attempt per question' + '- You only have 1 attempt per question', '- Game begins in 5 seconds...' ].join('\n'))