0
0
Fork 0

Add missing space

This commit is contained in:
Oliver-Akins 2021-08-30 16:56:11 -06:00
parent edb33a14eb
commit 0bc10c0c6b

View file

@ -94,7 +94,7 @@ export default {
type: 3, type: 3,
custom_id: `quote`, custom_id: `quote`,
placeholder: `Choose Your Favourite Quote`, placeholder: `Choose Your Favourite Quote`,
options:quotes.map((_, i) => { options: quotes.map((_, i) => {
return { return {
label: `Quote ${i + 1}`, label: `Quote ${i + 1}`,
value: i, value: i,