mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class MDNCommand extends Command {
|
||||
memberName: 'mdn',
|
||||
description: 'Searches MDN for your query.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'MDN Web Docs',
|
||||
url: 'https://developer.mozilla.org/en-US/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user