mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Credit Command
This commit is contained in:
@@ -9,7 +9,13 @@ module.exports = class EggsGetLaidCommand extends Command {
|
||||
group: 'single',
|
||||
memberName: 'eggs-get-laid',
|
||||
description: 'Sends the ultimate roast.',
|
||||
clientPermissions: ['ATTACH_FILES']
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'KINMOZA!',
|
||||
url: 'http://www.kinmosa.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user