🧹 Last bit of cleaning up before pushing
This commit is contained in:
@ -146,9 +146,15 @@
|
||||
"description" : "Give GwendoBucks to another user",
|
||||
"options" : [
|
||||
{
|
||||
"name" : "parameters",
|
||||
"description" : "The user and amount of GwendoBucks you're sending",
|
||||
"type" : 3,
|
||||
"name" : "user",
|
||||
"description" : "The user you're sending GwendoBucks to",
|
||||
"type" : 6,
|
||||
"required" : "true"
|
||||
},
|
||||
{
|
||||
"name" : "amount",
|
||||
"description" : "The number of GwendoBucks you're sending",
|
||||
"type" : 4,
|
||||
"required" : "true"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user