/[sudobot]/trunk/src/commands/settings/SystemCommand.ts
ViewVC logotype

Diff of /trunk/src/commands/settings/SystemCommand.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 58 by rakin, Mon Jul 29 17:28:25 2024 UTC revision 76 by rakin, Mon Jul 29 17:28:29 2024 UTC
# Line 67  export default class SystemCommand exten Line 67  export default class SystemCommand exten
67                  .addFields([                  .addFields([
68                      {                      {
69                          name: 'Command Type',                          name: 'Command Type',
70                          value: `${msg instanceof Message ? 'Legacy (Message-based)' : 'Slash Command'}`                          value: `${!options.isInteraction ? 'Legacy (Message-based)' : 'Slash Command'}`
71                      },                      },
72                      {                      {
73                          name: 'Uptime',                          name: 'Uptime',
# Line 83  export default class SystemCommand exten Line 83  export default class SystemCommand exten
83                      },                      },
84                      {                      {
85                          name: 'Available Memory',                          name: 'Available Memory',
86                          value: `${memoryFree}MB / 1.0GB`                          value: `${1024 - memoryFree}MB / 1.0GB`
87                      },                      },
88                      {                      {
89                          name: 'System Platform',                          name: 'System Platform',

Legend:
Removed from v.58  
changed lines
  Added in v.76

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26