Skip to content

Commit

Permalink
Merge pull request #7 from Vencord/add-disclaimer
Browse files Browse the repository at this point in the history
Add Disclaimer
  • Loading branch information
Curve committed Oct 19, 2023
2 parents 0e81ac6 + ff0dc47 commit 8e92121
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ venmic - screenshare support for pipewire

</div>

> [!WARNING]
> This project is not intended for standalone usage. You need a modified discord client that makes use of this.
## 📖 Usage

_venmic_ can be used as node-module or as a local rest-server.
Expand Down
5 changes: 5 additions & 0 deletions server/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ int main(int argc, char **args)
}
}

std::cout << "DISCLAIMER: This program is not intended for standalone usage. You need a modified discord client "
"that makes use of this."
<< std::endl
<< std::endl;

std::cout << std::format("Running on port {}\n", port);

httplib::Server server;
Expand Down

0 comments on commit 8e92121

Please sign in to comment.