From 802929d757458f9ff4fac99203ced1f033c9bdbc Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 25 Mar 2021 10:02:02 -0400 Subject: [PATCH] better wording --- chatter/chat.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chatter/chat.py b/chatter/chat.py index 65966fa..9e3379f 100644 --- a/chatter/chat.py +++ b/chatter/chat.py @@ -480,7 +480,7 @@ class Chatter(Cog): if not confirmation: await ctx.maybe_send_embed( - "Warning: This command downloads ~800 then eats your CPU for training\n" + "Warning: This command downloads ~800MB and is CPU intensive during training\n" "If you're sure you want to continue, run `[p]chatter train kaggle ubuntu True`" ) return @@ -506,7 +506,7 @@ class Chatter(Cog): if not confirmation: await ctx.maybe_send_embed( - "Warning: This command downloads ~800 then eats your CPU for training\n" + "Warning: This command downloads ~29MB and is CPU intensive during training\n" "If you're sure you want to continue, run `[p]chatter train kaggle movies True`" ) return @@ -527,7 +527,7 @@ class Chatter(Cog): if not confirmation: await ctx.maybe_send_embed( - "Warning: This command downloads ~500MB then eats your CPU for training\n" + "Warning: This command downloads ~500MB and is CPU intensive during training\n" "If you're sure you want to continue, run `[p]chatter train ubuntu True`" ) return