diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d344ba6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.json diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..44899d9 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: node bot.js diff --git a/README.md b/README.md index 6e3b55b..a203865 100644 --- a/README.md +++ b/README.md @@ -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 - -Wiki -# Self Hosting -Wanna host the bot yourself? Well nobody's stopping you! - -Step 1. Install node.js and install discord.js with `npm install discord.js` - -Step 2. Download this repo. Download Link - -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 - -Wiki +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. diff --git a/app.json b/app.json new file mode 100644 index 0000000..3c3e9a3 --- /dev/null +++ b/app.json @@ -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" + } diff --git a/config/config.json b/config/config.json deleted file mode 100644 index 0ce55a6..0000000 --- a/config/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "prefix": "DR!", - "token": "your-token-goes-here" -} diff --git a/config/config.json.example b/config/config.json.example new file mode 100644 index 0000000..af3ad53 --- /dev/null +++ b/config/config.json.example @@ -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" +}