Skip to content

Commit

Permalink
Switch to real sticker box orders
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Dec 2, 2019
1 parent 12d854b commit f55c293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/interactions/promo.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const sdpReferrer = club =>
const promos = [
{
names: ['Sticker Box'],
details: 'Available to club leaders. Optionally include a note to the nodemaster packing your order.',
details: 'Available to club leaders. Must include a note to the nodemaster packing your order.',
run: (bot, message) => {
const { user } = message
return getInfoForUser(user).then(({ leader, club }) => {
Expand Down Expand Up @@ -58,7 +58,6 @@ const promos = [
user,
text: 'sticker_box',
note,
test: true,
})
})
},
Expand Down

0 comments on commit f55c293

Please sign in to comment.