mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Credit Command
This commit is contained in:
@@ -7,7 +7,13 @@ module.exports = class OracleTurretCommand extends Command {
|
||||
name: 'oracle-turret',
|
||||
group: 'random',
|
||||
memberName: 'oracle-turret',
|
||||
description: 'Responds with a random Oracle Turret quote.'
|
||||
description: 'Responds with a random Oracle Turret quote.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Portal 2',
|
||||
url: 'http://www.thinkwithportals.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user