Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP | 🚧Add development version to main runtime 🚧 #2

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config.json
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
worker: node bot.js
31 changes: 3 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,4 @@
# What is "DR. NOPE"?
Wondering what "DR. NOPE" is and who they are?
Well DR. NOPE is a public discord bot coded by Zₐₗgₒ#8436 with ideas from !?BRANDGRAND?!#3001.
# Dr. Nope! [![Documentation Status](https://readthedocs.org/projects/dr-nope-docswiki/badge/?version=latest)](https://dr-nope-docswiki.readthedocs.io/en/latest/?badge=latest)

Go to https://github.com/house-of-balance/DR.-NOPE/tree/dev-v2

<a href="https://github.com/house-of-balance/DR.-NOPE#wiki">Wiki</a>
# Self Hosting
Wanna host the bot yourself? Well nobody's stopping you!

Step 1. Install <a href="https://nodejs.org/en/download/">node.js</a> and install discord.js with `npm install discord.js`

Step 2. Download this repo. <a href="https://github.com/house-of-balance/DR.-NOPE/archive/master.zip">Download Link</a>

Step 3. Edit the `config.json` to your needs.

Step 4. Extract the zip file and open a terminal where you extracted it.

Step 5. In the terminal, type `node bot.js`

If you see: "Ready!" in the terminal, that means you did it! If you got errors, try again or use the pre-hosted bot!
Note: Some bot commands are focused on the bot account, so you might wanna change some of the commands from `DR. Nope!#0908` to `Bot name and tag here`.
# More
Bot being rewritten, remove current files and kick bot.

Bot writer's account has been disabled. My account. I will not be able to test the bot until further notice.
# Wiki

<a href="https://github.com/house-of-balance/DR.-NOPE/wiki">Wiki</a>
Dr. Nope is a bot made by !?BRANDGRAND?!REAL who i forgot the tag of, and me, whose account was disabed.
The bot cannot be tested, as you can tell.
11 changes: 11 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Dr. Nope!",
"description": "i dunno",
"keywords": [
"discord",
"discord.js",
"bot"
],
"repository": "https://github.com/house-of-balance/DR.-NOPE/",
"logo": "https://house-of-balance.github.io/DR.-NOPE/logo.png"
}
4 changes: 0 additions & 4 deletions config/config.json

This file was deleted.

5 changes: 5 additions & 0 deletions config/config.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The part below should be changed and saved as config.json. Remove this.
{
"prefix": "your-prefix",
"token": "your-token-goes-here"
}