feat: respect md

This commit is contained in:
max 2024-01-16 17:49:59 +00:00
parent 23e7e708e4
commit 6143f1ae8f
2 changed files with 10 additions and 5 deletions

View File

@ -11,6 +11,7 @@
"hristian-kohler.path-intellisense", "hristian-kohler.path-intellisense",
"helixquar.randomeverything", "helixquar.randomeverything",
"shardulm94.trailing-spaces", "shardulm94.trailing-spaces",
"tamasfe.even-better-toml" "tamasfe.even-better-toml",
"edwinkofler.vscode-hyperupcall-pack-markdown"
] ]
} }

View File

@ -4,7 +4,7 @@
The goal of this project is to bring back my different discord boy and create a single point of feature The goal of this project is to bring back my different discord boy and create a single point of feature
Main lib used : https://github.com/serenity-rs/serenity and look at https://github.com/serenity-rs/poise Main lib used : [serenity-rs/serenity](https://github.com/serenity-rs/serenity) and look at [serenity-rs/poise](https://github.com/serenity-rs/poise)
## Feature expected ## Feature expected
@ -24,8 +24,12 @@ Main lib used : https://github.com/serenity-rs/serenity and look at https://gith
- The bot has to be able to be deployed on a k8s cluster - The bot has to be able to be deployed on a k8s cluster
- The bot has to be OPT-IN (the user has to enable the bot on his server with a command) - The bot has to be OPT-IN (the user has to enable the bot on his server with a command)
## previous project ## previous project
- https://git.weebo.fr/sandbox/TestDiscord/src/branch/master : Bot that check if a world match with one in the image warehouse and answer with a picture - [TestDiscord](https://git.weebo.fr/sandbox/TestDiscord/src/branch/master ): Bot that check if a world match with one in the image warehouse and answer with a picture
- https://git.weebo.fr/sandbox/UnlabeledBot : Soundboard project - [UnlabeledBot](https://git.weebo.fr/sandbox/UnlabeledBot) : Soundboard project
## Database
- PostgreSQL
- [SurrealDB](https://surrealdb.com/features)