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(),