Giter Club home page Giter Club logo

cob's Introduction

COB - Discord Bot

An experimental bot where you can contribute whatever you'd like - we'll see how things go ๐Ÿ‘€

Links:

Invite
Server

Setup

If you would like to use this bot for yourself, follow these steps:

  1. Install the latest version of Node.js.

  2. Set up a bot in the Discord Developer Portal.

  3. Go to the bot page of your app and get the bot's token - also enable all Privileged Gateway Intents.

  4. Clone this GitHub repo, Change Directory, Install packages, and Initialize the database:

git clone https://github.com/JadenLabs/COB.git
cd COB
npm install
node ./scripts/sync-db
  1. Create a token.js file:
{
    "token": "<token>"
}
  1. Update the config.yaml file with your information.
  2. Run the bot:
node ./scripts/deploy-global.js
node .

Inviting

To invite your bot to your server, copy the following url into your browser after filling in the bot's id:

https://discord.com/api/oauth2/authorize?client_id=<BOT-ID>&permissions=1634734566647&scope=bot%20applications.commands

Contributing to COB

Thank you for your interest in contributing to this project! We welcome all contributions to help make this project better :D

Getting Started

Forking (fork you):

# Make sure you have a GitHub account.
# Fork the repository to your GitHub account.
# Clone the forked repository to your local machine.

git clone https://github.com/JadenLabs/COB.git

# Create a new branch for your changes.

git checkout -b feature/your-feature

Commiting

# Commit your changes with a clear and concise message.

git commit -m "Your message here"

Pushing

# Push your changes to your fork on GitHub.

git push origin feature/your-feature

Pull Requests

  • Go to the original repository.
  • Click on the "New Pull Request" button.
  • Follow the prompts to create a pull request with a clear description of your changes.

cob's People

Contributors

jadenlabs avatar

Stargazers

 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.