mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Credit Command
This commit is contained in:
@@ -13,6 +13,12 @@ module.exports = class StackOverflowCommand extends Command {
|
||||
memberName: 'stack-overflow',
|
||||
description: 'Searches Stack Overflow for your query.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Stack Exchange API',
|
||||
url: 'https://api.stackexchange.com/docs'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
Reference in New Issue
Block a user