TerminalCord is a powerful Discord bot that allows users to execute code snippets directly from their console. With TerminalCord, you can quickly test and run code without the need for any external tools or IDEs.
To use TerminalCord, you will need a Discord bot token and Discord.js version 14. Follow the steps below to get started:
-
Clone the repository using Git:
git clone https://github.com/CJMustard1452/TerminalCord
Alternatively, you can download the project from the Releases tab.
-
(IF YOU ARE USING SOURCE CODE) Install the dependencies using npm:
npm install discord.js
When TerminalCord is activated it will ask for a discord bot token, copy and paste it from the Discord Developers Page.
TermanalCord REQUIRES your bot to have privileged intents enabled.
Once the bot is running, invite it to your Discord server using the OAuth2 URL. You can customize the permissions based on your requirements.
To execute code snippets, simply refer to the Discord.JS Documentation.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the GitHub repository.
If you would like to contribute code, please fork the repository, create a new branch, make your changes, and submit a pull request. Make sure to follow the existing code style and include appropriate tests.
TerminalCord is licensed under the MIT License. Feel free to modify and distribute the code as per the terms of the license.
Special thanks to the following projects and libraries: