mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Credit Command
This commit is contained in:
@@ -12,6 +12,12 @@ module.exports = class UrbanCommand extends Command {
|
||||
memberName: 'urban',
|
||||
description: 'Defines a word, but with Urban Dictionary.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Urban Dictionary API',
|
||||
url: 'https://github.com/zdict/zdict/wiki/Urban-dictionary-API-documentation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'word',
|
||||
|
||||
Reference in New Issue
Block a user