A Discord voucher bot lets you create discount codes (a percentage or a fixed amount off), limit how many times each code can be used and when it expires, and apply the code to an order so the invoice shows the reduced total. Noxyr includes this for free: /voucher create makes the code, staff check it with /check voucher, and /invoice create applies it. This guide covers when vouchers actually help a Discord shop, how to set them up, and the rules that stop codes from being abused.

A discount code flies into checkout, drops the price with a strikethrough, and confirms with a check. Checkout Subtotal $50 Voucher SAVE20 -$10 Total $50 $40 SAVE20

What a voucher is (and is not) on Discord

In shop terms a voucher and a discount code are the same thing: a short string like LAUNCH20 that reduces the price of an order. It is not a gift card with a balance, and it is not a Discord Nitro code. Vouchers matter on Discord for the same reasons they matter on any store, plus one extra: you can hand them out inside the community as rewards for giveaways, reviews, referrals or loyalty, which turns members into repeat buyers without spending on ads.

When a discount code is worth it

  • Launching a new product or category. A time-limited code creates a reason to buy this week instead of "someday".
  • Rewarding reviews. "Leave a review, get 10% off your next order" builds the public proof new buyers look for. See collecting reviews on Discord.
  • Giveaway consolation prizes. One winner gets the prize; everyone else gets a small code. Entries go up next time.
  • Win-backs. A one-use code sent to a customer who had a bad experience costs less than losing them.
  • Partner servers. A code per partner tells you which cross-promotion actually sends buyers.

When it is not worth it: permanent sitewide discounts. If everyone always has 20% off, you just have lower prices and more admin.

Step 1: Create the voucher

From Discord, run /voucher create with:

  • code: what buyers type. Uppercase, no spaces, easy to say out loud: SUMMER15, VIP50.
  • title: an internal label that shows in lists ("Summer sale 15%").
  • type: Percent or Amount. Percent scales with the order; a fixed amount is better for small carts where 10% would be pennies.
  • value: 15 for 15%, or 5 for 5 units of currency off.
  • max_uses: how many redemptions before the code stops working. Default is a single use.

From the dashboard Vouchers page you get the same fields plus an Expires at date and time, and an Active toggle. Codes created there appear in Discord immediately; the bot and the dashboard read the same records.

Step 2: Check it works before you announce it

Run /check voucher code:SUMMER15. It reports whether the code is valid in this server, expired, or out of uses, without redeeming it, so staff can answer "does my code still work?" in a ticket without guessing. Announce the code only after the check passes. Nothing kills a promotion faster than "the code doesn't work" in general chat.

Step 3: Apply it to an order

Vouchers apply at checkout. In a Noxyr shop the buyer mentions the code in their order ticket (or the cart message), and staff pass it to /invoice create through the voucher_code option. The bot validates the code, counts the use, and renders the invoice with the discount line and the reduced total, so the receipt itself proves the code was applied. If the code is expired or exhausted, the command refuses it and staff can tell the buyer why. Full order flow in how to sell products on Discord.

Step 4: Retire it cleanly

/voucher disable code:SUMMER15 turns a code off without deleting it. That matters: the usage count and the invoices that referenced it stay intact, so a sales report for the promotion still adds up. /voucher list shows every active code with its remaining uses, which is worth checking weekly so forgotten codes are not quietly discounting orders months later.

Rules that stop voucher abuse

  • Default to limited uses. A code with unlimited uses will be posted in someone else's server within a day. Set max uses to the number you expect plus a margin.
  • Always set an expiry. Even for a "permanent" partner code; renew it quarterly.
  • One code per purpose. A review reward, a giveaway consolation and a partner link should be different codes so you can see which one is working and disable the one that leaks.
  • Percent for big carts, amount for small ones. A 50% code on a bulk order can wipe out your margin; cap large discounts to a fixed amount.
  • Never stack. Noxyr applies one voucher per invoice. If a buyer asks to combine two, pick the better one and say so.
  • Log it. Because the discount lives on the invoice, /invoice sales shows exactly how much revenue a promotion cost you.

Voucher bots compared

  • Noxyr: percent or fixed vouchers, max uses, expiry, disable without deleting, validity check, applied on branded invoices, dashboard management. Free, part of the shop bot.
  • Hosted-checkout platforms (Sellix, SellAuth): coupon codes on their checkout page with similar limits. Works only for sales that go through their payment flow, and the code cannot be applied to an order arranged in a ticket.
  • Economy bots: some let you sell "items" for a virtual currency and issue redeemable codes, but that is play money, not a discount on a real order.
  • Manual: a pinned list of codes and a spreadsheet. Fine for one code, unworkable once staff have to remember which ones are still valid.

Common questions

Can members create their own vouchers? No. Creating, listing, disabling and checking codes are admin commands; buyers simply give staff the code in their order ticket.

Does a voucher work across servers? No. Each voucher belongs to the server it was created in, which is why /check voucher says whether it can be used "in this server".

Can I give a voucher a start date? Not directly. Create it when the promotion starts, or create it inactive from the dashboard and flip it to Active on launch day.

What happens when a voucher hits its max uses? Further redemptions are refused with a clear message, existing invoices that used it are unaffected, and the code stays in your list until you disable it.

Is the voucher bot free? Yes. Vouchers, invoices, the catalog and reviews are all included in Noxyr with no paid plan.