bxr
Explore posts from serversBABetter Auth
•Created by bxr on 3/4/2025 in #help
stripe multiple subscription for one customer id
Quick question with the stripe plugin I see the following disclaimer:
Does that mean an user can only have 1 subscription at a time? My app has multiple subscriptions for different products, that wouldn't be possible then?
What's confusing in the docs is that there's the client.subscription.list() To get the user's active subscriptions which sounds counterintuitive with the previous disclaimer
5 replies
BABetter Auth
•Created by bxr on 2/28/2025 in #help
openapi not showing commands
I set up the openAPI plugin as showed in the docs, but the commands are not showing as shown in the attached video.
I am using ElysiaJS and drizzleorm
my auth:
8 replies
DTDrizzle Team
•Created by bxr on 11/29/2023 in #help
Supabase/postgres get query is stuck on prod app

25 replies
DIAdiscord.js - Imagine an app
•Created by bxr on 11/28/2023 in #djs-questions
Member Permissions for subcommand groups?
Are we able to add member permissions to subcommand groups? I have a
SlashCommandBuilder
command group for channel related actions. Some commands should only be available for admins and some for mods... But I only see that we are able to add DefaultMemberPermissions
to the SlashCommandBuilder
as a whole:
5 replies
DTDrizzle Team
•Created by bxr on 8/14/2023 in #help
Default value for Array creates an incorrect SQL migration
I'm currently adding a new field
roles
to my PG table, users
, such as:
The problem is that when I generate the SQL schema it returns this:
which is wrong since it thinks it's referencing to a user
table but not just a default string value called user
1 replies
DTDrizzle Team
•Created by bxr on 7/16/2023 in #help
Module '"drizzle-orm/mysql-core"' has no exported member 'unique'.ts(2305)
Getting this error when trying to import
unique
13 replies
DTDrizzle Team
•Created by bxr on 7/11/2023 in #help
mysql-core fails on TS build on 0.27.1
Getting this error when I try to build my ts node app
3 replies