mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Remove unneeded credit
This commit is contained in:
@@ -16,13 +16,6 @@ module.exports = class CutenessCommand extends Command {
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
],
|
||||
credit: [
|
||||
{
|
||||
name: 'AzuraApple',
|
||||
url: 'https://github.com/AzuraApple',
|
||||
reason: 'Concept'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
@@ -16,13 +16,6 @@ module.exports = class WorthCommand extends Command {
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
],
|
||||
credit: [
|
||||
{
|
||||
name: 'AzuraApple',
|
||||
url: 'https://github.com/AzuraApple',
|
||||
reason: 'Concept'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user