🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

sumrex-controller

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

sumrex-controller

make a better controller to your bot now!

unpublished
latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

Sumrex Controller

  • Sumrex Controller

Get Started

Installation

Use Package Manger for install sumrex-controller. NPM :

npm install --save sumrex-controller

YARN :

yarn add sumrex-controller 

Usage

Use this Exmaples below:

Javascript :

const { SumrexController } = require("sumrex-controller");
const { Client } = require("discord.js");

const client = new Client();

new SumrexController(client, {
    "key": "" //key access to your bot.
}).start();

...

Options

For use default options :

  const sumrex = new SumrexController(<client>,<options>);
Optiontypedefault
controllingFromWebsitebooleantrue
fullDefaultCommandsbooleantrue

Features

Default Commands :

  • fullDefaultCommands_
    • help
    • ping
    • mute channel
      • cmute
      • cunmute
    • server
    • user
    • showroles
    • kick
    • ban

Contributing

Perquisites:

Make sure you have:

Clone the repo

https://github.com/CA1R7/sumrex-controller

Install dependencies

yarn

License

Copyright (c) 2021 Sumrex-Controller Licensed under the MIT license.

Keywords

discordjs

FAQs

Package last updated on 19 Mar 2021

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