Skip to content

Getting Started

Revel Carlberg West edited this page Dec 25, 2022 · 6 revisions

Download code

Here you have two options. If you like working with Git, you can go below to Using Git. If you would rather just download the code as a .zip without any version control, you can skip to Downloading a Zip.

Using Git

NOTE: I do assume you know the basics of Git, so this section is mainly how to fork the template to your own repo, not an in-depth tutorial on Git.

If you would like to use Git with this project, start by creating a fork of this template. Head to the main page, click the "Use this template" button, then click "Create a new repository"

image

Give your new repository a name, and click "Create repository from template"

image

Now go to your newly created repo and click the code button.

image

Copy the HTTPS link and then you can use it however you would like. You can use the git cli to clone the repo (Scroll down to cloning section) and make commits in VSCode, or use an app like Git Tower to do it all for you.

Download a Zip

image

To just download a .zip, go to the main page of this template and hit the code button. Click on the "Download Zip" button. Save this zip file to a Documents or Project folder you have. Unzip it with something like 7 Zip (Win) or double click it on mac. Now you should have the code ready!

Download Project to Machine

Running your Bot

Clone this wiki locally