Parent Directory
|
Revision Log
|
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', |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |