This is a bot infrastructure I created in my spare time. Initially, I made it for my own server, but I decided to share it with the community in hopes that it will be useful to others. Happy coding!
- Added support for ticket creation with and without modals
- Updated discord.js to version 14.21.0
- Optimized codebase and removed redundant code structures
- Enhanced error handling and logging system
- Improved code organization and efficiency
Now, there's a video tutorial to help you set up the bot! Watch it here: YouTube
π You must have Node.js installed on your computer. If you haven't installed it yet, download it from here.
1οΈβ£ Open a terminal and run:
npm install -g yarn
This will install Yarn globally.
2οΈβ£ Navigate to the bot's directory, open a terminal, and install the required modules:
yarn install
3οΈβ£ Open the config.js file and fill in the necessary details.
4οΈβ£ Once everything is set up, start the bot by running:
node src/index.js
Alternatively, you can create a .bat
file with the command above to start the bot without opening a terminal.