-
Music utilites
-
### `node-gyp` sucks
Multiple reasons to refractor the app and remove `node-gyp`:
1. As the name implies, using a Node-specific modules is a bad idea for portability (for Bun and Deno)
2. The `…
-
Tried to use with deno
```ts
import { sqliteTable, text, integer } from 'drizzle-orm/sqlite-core';
import { drizzle } from 'drizzle-orm/better-sqlite3';
import Database from 'better-sqlite3';
…
-
### What happened?
1) Clone repo
2) yarn install; yarn dev
$ cross-env NODE_ENV=development nodemon --exec node -r @swc-node/register src/main.ts
[nodemon] 2.0.22
[nodemon] to restart at any ti…
-
## Detailed Description
This template will help build the bot easily.
## Context
Adding commands and other features will be easy using the TScord template.
## Your Environment
Not…
-
### Feature?
And more generaly for NoSQL databases.
We could also think to Redis, etc.
-
### Feature
While using the current discordx/music framework I ran into a problem regarding the music player. If you give the player a track long enough (above 30min), the player will stop playing th…
-
### Feature?
SQLite backups could be automaticaly uploaded to a cloud provider such as [MEGA](https://mega.io/), Google Drive, etc.
-
### What happened?
After I added the new property to User entity named balance I expected it to go live with next boot up of the bot.
```
@Property()
balance: number = 100
```
On oth…
-
![image](https://user-images.githubusercontent.com/66025667/204130338-2e7ca6ae-75b5-4d14-a68f-6e858ce933da.png)