Git Product home page Git Product logo

dcci's Introduction

Hello!

This is a DCCI bot. It is responsible for managing DCCI portal, broadcasting DCCI news, managing DCCI banlist, and much more! Currently, bot is operated by:

● Kometh#8342

● Superninjaboss#1191

DCCI Satellite server can be found here. Issues can be reported either via GitHub, or in our DM's.

config.json structure:

{
	"prefix": "",          // bot's prefix goes here
	"botOwnerID": "",      // ID of a person who maintains the bot. Needed for powerful commands.
	"logChannelID": "",    // channel, where main, cross-server actions are logged.
  "apiToken": "",        // DBANS API token.
	"copymark": "",        // Used in some embeds.
	"streamChannelID": ""  // A channel from which messages will be broadcasted to other channels.
}

If you are not hosting a bot in Glitch, you might need to add this line to config.json:

  "token": "",           // Discord login token. Make sure it's secure!

Then you'll need to remove this line in index.js:

config.apiToken = process.env.APITOKEN

And replace these lines in index.js:

- client.login(process.env.TOKEN)
+ client.login(config.token)

dcci's People

Contributors

superninjaboss avatar kometh0616 avatar

Stargazers

Michael Marlow avatar 俊。 avatar

Watchers

 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.