Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diwasatreya/discordbot-website

It is a responsive bot website where you can add your bot features & information.
https://github.com/diwasatreya/discordbot-website

discord discord-bot-dashboard discord-js discordbot express nodejs

Last synced: 14 days ago
JSON representation

It is a responsive bot website where you can add your bot features & information.

Awesome Lists containing this project

README

        

![image](https://user-images.githubusercontent.com/74746579/194707352-752e27cf-a5ee-4c7f-ba56-ef2772b1d977.png)



Star the Project + Follow me on github

help to star


# Information

- Watch the video carefully for instalizaion
- You can read the `README.md` file for configration
- This code can be made any anyone who is poor in coding
- If any coding help need then open the issue [ Dont ask coding help of this code in server ]
- Last thing make sure to star & fork this repo

### Replit
[![image](https://camo.githubusercontent.com/807ef293459e367b2769d7b590e00f31e35d6b2e1c7bc4f570e37abbc3650f3c/68747470733a2f2f7265706c2e69742f62616467652f6769746875622f5a65726f446973636f72642f4769766561776179426f74)](https://repl.it/github/diwasatreya/DiscordBot-Website)

## Configration

- No need to add any token of discord just fill the `config.json`
```js
{
"port": "", // server port
"name": "", // bot name
"description": "", // short bot description
"invite": "", // bot invite link
"support": "", // bot support server
"pfp": "", // bot profile link
"feature1": "", // bot feature 1
"feature2": "", // "" "" "" 2
"feature3": "", // "" "" "" 3
"feature4": "" // "" "" "" 4
}
```
- Footer: Goto `/views/index.ejs` line 419

### Profile Picture
- If you want image in circle then add `style="border-radius:50%"` in `/views/index.ejs` line 126

### URL ShortCut
- Goto `index.js` line 23 there you will code of url shortner.
- EX: yourdomain.com/discord then it will redirect you to your server
- If you want to add more the use this code
```js
app.get('/name after domain', async (req, res) => {
res.redirect(`link to go`)
});
```

### Website Preview

![image](image.png)
![image](image_2.png)

#### More Code Info
- This is `nodejs` code. It can be run in html code also for that open issue & ask help. If you are developer you know how to do it.

### Need help?
If you need help! Feel free to join our [Support server](https://aromaxdev.xyz/discord)