From 748c4ee0ac8a844fbce79e74062462ce1f2689e8 Mon Sep 17 00:00:00 2001 From: LunaUrsa <1836049+LunaUrsa@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:53:55 -0600 Subject: [PATCH] Typo in topic list --- src/global/commands/g.topic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global/commands/g.topic.ts b/src/global/commands/g.topic.ts index c912d42e4..263b5afd8 100644 --- a/src/global/commands/g.topic.ts +++ b/src/global/commands/g.topic.ts @@ -6,7 +6,7 @@ const topics = { 1: 'What did you eat for breakfast?', 2: 'How many cups of coffee, tea, or beverage-of-choice do you have each morning?', 3: 'Are you an early bird or night owl?', - 4: 'Do you prefer showing at morning or night?', + 4: 'Do you prefer showering at morning or night?', 5: 'What\'s your favorite flower or plant?', 6: 'What\'s your caffeinated beverage of choice? Coffee? Cola? Tea?', 7: 'What\'s your favorite scent?',