To install this template, you can use the template link and create a new repository from it. Ensure you have git and node v20+ installed,
then you can clone the repository using git clone <url>
and install the dependencies using npm install
or yarn install
.
:warning: don't forget to cd into the directory before running the install command.
To configure your bot, you will need to edit the config.js
file. This file contains the configuration for your bot, and is where you will store your bot's credentials.
(see Getting started for more info on setting up bot credintials or user credintials)
This template is licensed under the GNU license. See LICENSE, meaning you can use it for free, even for commercial projects.
If you want to contribute to this template, you can fork the repository and make changes to your fork. When you're done, you can create a pull request to merge your changes into this template.
If you need help with this template, you can join the Alta Discord server and ask for help in the #programing-basics channel by pinging @theravenseb.
This template was made using examples and documentation from the Att-Client Github