Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
A simple utility to interact with the Revolt API via the command line.
You can install Termivolt via the following methods:
npm i -g termivolt
yarn global add termivolt
Yarn 2+ doesn't support global installs, but you can run Termivolt as a "one-time" command with yarn dlx
:
yarn dlx termivolt <command, eg -help>
(Note that you'll have to append yarn dlx
every time you want to use Termivolt with this method.)
pnpm add termivolt --global
Required arguments are in <angle brackets>, while optional arguments are in [square brackets].
To send messages with Termivolt, run termivolt -send
. Here's the full list of arguments:
termivolt -send <(--user/--bot)> <channel id (in quotes)> <message content (in quotes)>
--user/--bot
determines whether the token is a bot or session token. These require different methods of authenticating. Session tokens are currently broken - a fix will be released in the future.To kick members from servers with Termivolt, run termivolt -send
. Note that you'll need the Kick Members
permission - if you get a 403 error, this might be why. Here's the full list of arguments:
termivolt -kick <(--user/--bot)> <server id (in quotes)> <user id (in quotes)>
--user/--bot
determines whether the token is a bot or session token. These require different methods of authenticating. Session tokens are currently broken - a fix will be released in the future.If you need help, or want to see a list of commands, run termivolt -help
. This will also show you what version of Termivolt you're using, which is useful for bug reports and such.
If you want to report a bug, suggest a feature or get help with using Termivolt, you can open an issue or join Termivolt's support server on Revolt.
FAQs
A simple utility to interact with the Revolt API via the command line.
The npm package termivolt receives a total of 0 weekly downloads. As such, termivolt popularity was classified as not popular.
We found that termivolt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.