mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Reword the description of statistics embed
This commit is contained in:
parent
cda886004f
commit
d41268d498
@ -12,8 +12,8 @@ export default class Statistics {
|
|||||||
const initialMsg = await interaction.reply({content: '<a:sakjdfsajkfhsdjhjfsa:1065342869428252743>', fetchReply:true});
|
const initialMsg = await interaction.reply({content: '<a:sakjdfsajkfhsdjhjfsa:1065342869428252743>', fetchReply:true});
|
||||||
const repoData = await GitHub.LocalRepository();
|
const repoData = await GitHub.LocalRepository();
|
||||||
const embed = new client.embed().setColor(client.config.embedColor).setTitle('Statistics').setDescription(MessageTool.concatMessage(
|
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.',
|
'This is a list of commands ordered by their uses in the current bot uptime.',
|
||||||
'Underneath is a list of main dependencies and their versions as well as the bot/host statistics.'
|
'Underneath is a list of main dependencies as well as the bot/host information.'
|
||||||
));
|
));
|
||||||
const systemInfo = {
|
const systemInfo = {
|
||||||
cpu: await si.cpu(),
|
cpu: await si.cpu(),
|
||||||
|
Loading…
Reference in New Issue
Block a user