diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e8fad6f..a81896e 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -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" ] } \ No newline at end of file diff --git a/README.md b/README.md index df8ec0f..46d00be 100644 --- a/README.md +++ b/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 \ No newline at end of file +- [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)