𝔐𝔞𝔱𝔱𝔦𝔫
Explore posts from serversAggregateError on accessing my db with drizzle-orm and supabase
/src/api/db.ts
/src/api/index.ts
/src/api/server.ts
/src/routes/index.tsx
I have a supabase db with a table called seasons
. I want to access all seasons (for now inside index.tsx
, but later also in the app.tsx
) and display them. But this doesn't work and only display an AggregateError
:/4 replies
Help with DiscordGameSDK in a C# project (no Unity)
I am currently trying to develop a plugin for a Unity game. For this I created a C# project, where I want to use Discord Rich Presence.
Here is my main cs file:
I have the five
discord_game_sdk.*
files within the root of my project directory and added the .cs
files for the SDK within a folder called DiscordGameSDK
. Somehow I still get the following error:
What am I missing? Any help appreciated :D46 replies
SIASapphire - Imagine a framework
•Created by 𝔐𝔞𝔱𝔱𝔦𝔫 on 1/15/2023 in #sapphire-support
Creating slash command with options and sapphire cli template
Hey there. I'm using the bot template from the sapphire cli and now wanted to try and create a slash command with options, but sadly don't know how to start. As I read the docs already, I know there's documentation at discord.js, but it doesn't apply to the template of the cli. Therefore any help with sapphire cli template in mind would be grateful.
13 replies