https://github.com/codemeapixel/ticketbot2.0
https://github.com/codemeapixel/ticketbot2.0
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemeapixel/ticketbot2.0
- Owner: CodeMeAPixel
- Created: 2019-06-20T07:23:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T06:34:38.000Z (almost 6 years ago)
- Last Synced: 2025-06-22T10:48:47.585Z (9 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sloppiers-heroku-discord-bot
A barebones Node.js bot using [discord.js](https://github.com/hydrabolt/discord.js/).
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
git git@github.com:SloppierKitty7/Sloppiers-heroku-discord-bot.git # or clone your own fork
cd Sloppiers-heroku-discord-bot
npm install
npm start
```
Your app should now be running on [localhost:5000](http://localhost:5000/).
## Deploying to Heroku
```
heroku create
git push heroku master
heroku open
```
Alternatively, you can deploy your own copy of the app using the web-based flow:
[](https://heroku.com/deploy)
## Documentation
For more information about using Node.js on Heroku, see these Dev Center articles:
- [10 Habits of a Happy Node Hacker](https://blog.heroku.com/archives/2014/3/11/node-habits)
- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)
- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)
- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)