Giter Site home page Giter Site logo

levinchun / discordbot-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diwasatreya/discordbot-website

0.0 0.0 0.0 545 KB

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

JavaScript 9.15% CSS 53.51% Nix 0.53% EJS 36.81%

discordbot-website's Introduction

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
{
  "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
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

discordbot-website's People

Contributors

dependabot[bot] avatar diwasatreya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.