feat: respect md
This commit is contained in:
parent
23e7e708e4
commit
6143f1ae8f
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -11,6 +11,7 @@
|
||||
"hristian-kohler.path-intellisense",
|
||||
"helixquar.randomeverything",
|
||||
"shardulm94.trailing-spaces",
|
||||
"tamasfe.even-better-toml"
|
||||
"tamasfe.even-better-toml",
|
||||
"edwinkofler.vscode-hyperupcall-pack-markdown"
|
||||
]
|
||||
}
|
12
README.md
12
README.md
@ -4,7 +4,7 @@
|
||||
|
||||
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
|
||||
|
||||
@ -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 OPT-IN (the user has to enable the bot on his server with a command)
|
||||
|
||||
|
||||
## 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
|
||||
- https://git.weebo.fr/sandbox/UnlabeledBot : Soundboard project
|
||||
- [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
|
||||
- [UnlabeledBot](https://git.weebo.fr/sandbox/UnlabeledBot) : Soundboard project
|
||||
|
||||
## Database
|
||||
|
||||
- PostgreSQL
|
||||
- [SurrealDB](https://surrealdb.com/features)
|
||||
|
Loading…
Reference in New Issue
Block a user