1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 10:52:31 +01:00

Add Nitro Lite Monthly SKU

This commit is contained in:
Madeline 2022-07-03 20:56:44 +10:00
parent 194b0e5b8b
commit f75ebe8174
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -4,6 +4,22 @@ import { route } from "@fosscord/api";
const router: Router = Router(); const router: Router = Router();
const skus = new Map([ const skus = new Map([
[
"978380684370378762",
[
{
id: "978380692553465866",
name: "Nitro Lite Monthly",
interval: 1,
interval_count: 1,
tag_inclusive: true,
sku_id: "978380684370378762",
currency: "usd",
price: 0,
price_tier: null,
}
]
],
[ [
"521842865731534868", "521842865731534868",
[ [