mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Credit Command
This commit is contained in:
@@ -8,7 +8,13 @@ module.exports = class ThisForThatCommand extends Command {
|
||||
aliases: ['its-this-for-that'],
|
||||
group: 'random',
|
||||
memberName: 'this-for-that',
|
||||
description: 'So, basically, it\'s like a bot command for this dumb meme.'
|
||||
description: 'So, basically, it\'s like a bot command for this dumb meme.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Wait, what does your startup do?',
|
||||
url: 'http://itsthisforthat.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user