https://github.com/creativecodecat/discordbot-minimal
https://github.com/creativecodecat/discordbot-minimal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/creativecodecat/discordbot-minimal
- Owner: CreativeCodeCat
- License: gpl-3.0
- Created: 2023-10-11T17:43:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T18:56:52.000Z (over 2 years ago)
- Last Synced: 2025-04-14T11:05:11.125Z (about 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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