mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Credit Command
This commit is contained in:
@@ -9,7 +9,13 @@ module.exports = class SuperpowerCommand extends Command {
|
||||
name: 'superpower',
|
||||
group: 'random',
|
||||
memberName: 'superpower',
|
||||
description: 'Responds with a random superpower.'
|
||||
description: 'Responds with a random superpower.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Superpower Wiki',
|
||||
url: 'https://powerlisting.fandom.com/wiki/Superpower_Wiki'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user