An open API service indexing awesome lists of open source software.

https://github.com/creativecodecat/discordbot-minimal


https://github.com/creativecodecat/discordbot-minimal

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

#+TITLE: DiscordBot
#+DESCRIPTION: A nice and easy to setup discord bot made with discord.js
#+AUTHOR: HeCodes2Much [wayne6324@gmail.com]

* TABLE OF CONTENTS :toc:
- [[#how-to-download-discordbot][How to Download DiscordBot]]
- [[#how-to-install-discordbot][How to Install DiscordBot]]
- [[#how-to-run-discordbot][How to Run DiscordBot]]

* How to Download DiscordBot
** Download instructions
To download DiscordBot, you need to clone this repository.
#+begin_example
git clone https://gitlab.com/HeCodes2Much/DiscordBot
cd DiscordBot/
#+end_example

* How to Install DiscordBot
** Install instructions
To install the bot use the following commands. (be sure to have nodejs npm installed)
*** NPM
#+begin_example
npm install
#+end_example

* How to Run DiscordBot
** Run instructions
To run the but you can use a few different system.
if you plan to use port 80 you will need sudo when on linux.

*** nodemon
#+begin_example
nodemon .
#+end_example

*** node
#+begin_example
node .
#+end_example

*** npm
#+begin_example
npm run start
#+end_example