Satont
Satont
/cc @danilluk1 Maybe you want to do that.
I feels like command is enough, but free to do PR with changes for other dashboard systems.
https://github.com/twirapp/twir/commit/fcfb42fbbb930fc922652b06b0c2fc1778536309
They added it. I add a filter of all items related to facades and it works, but it resets again after restarting the game. Trying to figure out whose side...
It better to be mapping to db type. As i know prisma support something like ``` value String @db.Text ``` So be default we provide this example instead of long...
`getSessionKey` not enought for you? https://grammy.dev/plugins/session#session-keys You can prefix session key with whatever you want in this function.
Hi! Thank you for your contribution. There is no requested changes, all good. I'll merge this PR soon and release it new version.
I hightly recommend use [uvu](https://github.com/lukeed/uvu) for testing, or [ava](https://github.com/avajs/ava) or [Vitest](https://vitest.dev/) (which is probably too heavy). Uvu and ava small (in size), and more perfomant then jest. Also jest has...
I'm not sure do you need JSDoc for declare typings now, after i write types for each one event. Maybe you will need test out https://typedoc.org/, who can generate docs...
Nope, it's not overwritten. I just extend discord.js library typings for `client.on` You can switch to my branch and open `test.ts` added by me.