forked from Supositware/Haha-Yes
Added default text
This commit is contained in:
parent
38ed4c3630
commit
e826ed8fca
2 changed files with 4 additions and 2 deletions
|
@ -12,7 +12,8 @@ class IdubbbzCommand extends Command {
|
|||
args: [
|
||||
{
|
||||
id: 'text',
|
||||
type: 'string'
|
||||
type: 'string',
|
||||
default: 'nigger fagget'
|
||||
},
|
||||
{
|
||||
id: 'image',
|
||||
|
|
|
@ -11,7 +11,8 @@ class IdubbbzPaintCommand extends Command {
|
|||
args: [
|
||||
{
|
||||
id: 'text',
|
||||
type: 'string'
|
||||
type: 'string',
|
||||
default: 'Perfection'
|
||||
},
|
||||
{
|
||||
id: 'image',
|
||||
|
|
Loading…
Reference in a new issue