/[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 68 by rakin, Mon Jul 29 17:28:28 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',

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26