2022-05-06 23:17:53 +03:00
|
|
|
DISCORD_SECRET=
|
2022-03-22 01:28:20 +02:00
|
|
|
DISCORD_TOKEN=
|
2022-07-18 23:53:17 +03:00
|
|
|
DB_CONNECTION_URL="mysql://test:password@localhost/tickets0"
|
2022-07-23 03:44:03 +03:00
|
|
|
DB_PROVIDER=mysql
|
2022-07-16 01:19:42 +03:00
|
|
|
ENCRYPTION_KEY=
|
2022-07-18 23:53:17 +03:00
|
|
|
HTTP_BIND=8080
|
|
|
|
HTTP_EXTERNAL=http://localhost:8080
|
2022-07-21 16:30:03 +03:00
|
|
|
PORTAL=http://localhost:3000
|
2022-07-23 03:44:03 +03:00
|
|
|
SUPER=
|
|
|
|
|
|
|
|
|
2022-08-02 23:13:32 +03:00
|
|
|
https://www.prisma.io/docs/reference/database-reference/supported-databases
|
|
|
|
|
2022-08-09 00:38:54 +03:00
|
|
|
![](https://static.eartharoid.me/k/22/08/02185801.png) - for user/create, slash/force-close, slash/claim, slash/release, and slash/move
|
2022-08-06 00:21:55 +03:00
|
|
|
|
|
|
|
menu question max length cannot be higher than question options
|
|
|
|
|
2022-08-09 00:38:54 +03:00
|
|
|
- TODO: topic and question answer values not encrypted?
|
2022-08-06 00:21:55 +03:00
|
|
|
- TODO: post stats
|
|
|
|
- TODO: settings bundle download
|
|
|
|
- TODO: update notifications
|
|
|
|
- TODO: check inline to-dos
|
|
|
|
|
|
|
|
|
|
|
|
creation requires an interaction:
|
|
|
|
- /new -> category? -> topic or questions -> create
|
|
|
|
- user:create(self) -> category? -> topic or questions -> create
|
|
|
|
- user:create(staff) -> category? -> DM (channel fallback) button -> topic or questions -> create
|
|
|
|
- message:create(self) -> category? -> topic or questions -> create
|
|
|
|
- message:create(staff) -> category? -> DM (channel fallback) button -> topic or questions -> create
|
|
|
|
- DM -> guild? -> category? -> topic or questions -> create
|
|
|
|
- panel(interaction) -> topic or questions -> create
|
2022-08-12 00:59:50 +03:00
|
|
|
- ~~panel(message) -> DM (channel fallback) button -> topic or questions -> create~~
|
|
|
|
|
|
|
|
> **Note**
|
|
|
|
>
|
|
|
|
> test
|
|
|
|
|
|
|
|
> **Warning**
|
|
|
|
>
|
|
|
|
> test
|
|
|
|
|
|
|
|
<!-- <picture>
|
|
|
|
<source media="(prefers-color-scheme: dark)" srcset="...>
|
|
|
|
<source media="(prefers-color-scheme: light)" srcset="...">
|
|
|
|
<img alt="..." src="...">
|
|
|
|
</picture> -->
|