Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

devbot

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devbot

This bot was Developed for the Purpose of having a Discord Bot Framework Standard for Developers to develop off of for Projects.

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Devbot - A Discord bot for Indie Developers

Become a Patreon! Donate

            ▓█████▄ ▓█████ ██▒   █▓ ▄▄▄▄    ▒█████  ▄▄▄█████▓
            ▒██▀ ██▌▓█   ▀▓██░   █▒▓█████▄ ▒██▒  ██▒▓  ██▒ ▓▒
            ░██   █▌▒███   ▓██  █▒░▒██▒ ▄██▒██░  ██▒▒ ▓██░ ▒░
            ░▓█▄   ▌▒▓█  ▄  ▒██ █░░▒██░█▀  ▒██   ██░░ ▓██▓ ░
            ░▒████▓ ░▒████▒  ▒▀█░  ░▓█  ▀█▓░ ████▓▒░  ▒██▒ ░
             ▒▒▓  ▒ ░░ ▒░ ░  ░ ▐░  ░▒▓███▀▒░ ▒░▒░▒░   ▒ ░░
             ░ ▒  ▒  ░ ░  ░  ░ ░░  ▒░▒   ░   ░ ▒ ▒░     ░
             ░ ░  ░    ░       ░░   ░    ░ ░ ░ ░ ▒    ░
               ░       ░  ░     ░   ░          ░ ░
             ░                 ░         ░

Discord chat


Devbot offers a simple, generic but detailed bot. Giving you examples to handle webhooks, and other web-based experiences into the bot. More information to be posted soon.

Download via npm

$ npm install devbot

$ cd ./node_modules/devbot

$ mv ./* ../../

Download via git

$ git clone https://github.com/Bioblaze/Devbot

Devbot depends on Node.js and npm.

For Openshift Hosting

WEB: {
  IP: process.env.OPENSHIFT_NODEJS_IP || "127.0.0.1",
  PORT: process.env.OPENSHIFT_NODEJS_PORT || 21337,
  MONGODB: process.env.OPENSHIFT_MONGODB_DB_URL + process.env.OPENSHIFT_APP_NAME || 'mongodb://' + process.env.OPENSHIFT_MONGODB_DB_USERNAME + ":" + process.env.OPENSHIFT_MONGODB_DB_PASSWORD + "@" + process.env.OPENSHIFT_MONGODB_DB_HOST + ':' + process.env.OPENSHIFT_MONGODB_DB_PORT + '/' + process.env.OPENSHIFT_APP_NAME
}

Keywords

FAQs

Package last updated on 29 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc