Skip to content

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

Notifications You must be signed in to change notification settings

xccodin/DiscordBot-Website

 
 

Repository files navigation

image


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

Configration

  • No need to add any token of discord just fill the config.json
  "name": "", // myth
  "description": "", // invite myth the best bot
  "support": "", // https://discord.gg/9p9jUcVfEt
  "feature1": "", // ban
  "feature2": "", // kick  "" ""  2
  "feature3": "", // mute  "" ""  3
  "feature4": ""  // lock  "" ""  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
app.get('/name after domain', async (req, res) => {
    res.redirect(`link to go`)
});

Website Preview

image image

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.8%
  • EJS 37.6%
  • JavaScript 7.1%
  • Nix 0.5%