From d41268d49882d6cf8fcd86ee80e4e2093e2d6ec9 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:34:39 +1000 Subject: [PATCH] Reword the description of statistics embed --- src/commands/statistics.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/statistics.ts b/src/commands/statistics.ts index 7be2589..0ebd996 100644 --- a/src/commands/statistics.ts +++ b/src/commands/statistics.ts @@ -12,8 +12,8 @@ export default class Statistics { const initialMsg = await interaction.reply({content: '', fetchReply:true}); const repoData = await GitHub.LocalRepository(); const embed = new client.embed().setColor(client.config.embedColor).setTitle('Statistics').setDescription(MessageTool.concatMessage( - 'This is a list of commands ordered by their names and how many times they had been used in this session.', - 'Underneath is a list of main dependencies and their versions as well as the bot/host statistics.' + 'This is a list of commands ordered by their uses in the current bot uptime.', + 'Underneath is a list of main dependencies as well as the bot/host information.' )); const systemInfo = { cpu: await si.cpu(),