mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -5,7 +5,6 @@ module.exports = class HelloWorldCommand extends Command {
|
||||
super(client, {
|
||||
name: 'hello-world',
|
||||
group: 'single',
|
||||
memberName: 'hello-world',
|
||||
description: 'Hello world!'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user