mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class StrawpollCommand extends Command {
|
||||
group: 'other',
|
||||
memberName: 'strawpoll',
|
||||
description: 'Generates a Strawpoll with the options you provide.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Straw Poll API',
|
||||
url: 'https://github.com/strawpoll/strawpoll/wiki/API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'title',
|
||||
|
||||
Reference in New Issue
Block a user