mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2025-04-04 15:40:54 +01:00
7 lines
No EOL
152 B
JavaScript
7 lines
No EOL
152 B
JavaScript
module.exports = {
|
|
Command: class Command {
|
|
constructor(commandOptions) {
|
|
Object.assign(this, commandOptions);
|
|
}
|
|
}
|
|
} |