mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Remove private stuff
This commit is contained in:
@@ -5,13 +5,19 @@ module.exports = class CommandLastRunExportCommand extends Command {
|
||||
super(client, {
|
||||
name: 'command-last-run-export',
|
||||
aliases: [
|
||||
'lr-export',
|
||||
'lrlb-export',
|
||||
'last-run-export',
|
||||
'cmd-lr-export',
|
||||
'cmd-last-run-export',
|
||||
'command-lr-export',
|
||||
'export-cmd-lr',
|
||||
'export-cmd-last-run',
|
||||
'export-command-lr',
|
||||
'export-command-last-run'
|
||||
'export-command-last-run',
|
||||
'export-lr',
|
||||
'export-lrlb',
|
||||
'export-last-run'
|
||||
],
|
||||
group: 'util',
|
||||
memberName: 'command-last-run-export',
|
||||
|
||||
Reference in New Issue
Block a user