https://github.com/livelysource/majortom
Discord Bot
https://github.com/livelysource/majortom
Last synced: 4 months ago
JSON representation
Discord Bot
- Host: GitHub
- URL: https://github.com/livelysource/majortom
- Owner: LivelySource
- License: mit
- Created: 2018-09-18T04:42:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T04:07:45.000Z (over 7 years ago)
- Last Synced: 2024-12-30T16:53:20.885Z (over 1 year ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Starter Bot
A fork of [AnIdiotsGuide](https://github.com/AnIdiotsGuide) template discord bot, named [Guide Bot](https://github.com/AnIdiotsGuide/guidebot), I've custom made this to make my own version of a template for a discord bot.
## Downloading
In a command prompt in your projects folder (wherever that may be) run the following:
`git clone https://github.com/GracefulKnight/StarterBot.git`
Once Finished:
- In the folder from where you ran the git command, run `cd startbot` and then run `npm install`
- Rename or copy `config.js.example` to `data/config.js`
- Edit `data/config.js` and fill in all the relevant details as indicated in the file's comments.
## Starting the bot
To start the bot, in the command prompt, run the following command:
`node main.js`