Add missing space
This commit is contained in:
parent
edb33a14eb
commit
0bc10c0c6b
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ export default {
|
|||
type: 3,
|
||||
custom_id: `quote`,
|
||||
placeholder: `Choose Your Favourite Quote`,
|
||||
options:quotes.map((_, i) => {
|
||||
options: quotes.map((_, i) => {
|
||||
return {
|
||||
label: `Quote ${i + 1}`,
|
||||
value: i,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue