AnishKumarGarg / OSC-Bot

A Discord Bot For Open Source Guidance & Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSC-Bot

A Discord Bot For Open Source Guidance & Resources

  • OSC Bot is an open-source discord bot created using discord.js for providing guidance and resources on how to start and continue your journey in an open source. You can fork this project and extend it. Feel free to contribute in this project.

Run locally

  1. Clone the repository and run npm install to install the dependencies.

  2. Create .env file in root directory and add the discord token created at Discord Dev Portal in this format:

TOKEN = "<Your Token Here>"
  1. Run the start script by running npm run start .

What is Discord.js?

  • Discord.js is a powerful Node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.
  • Usability, consistency, and performance are key focuses of discord.js, and it also has nearly 100% coverage of the Discord API. It receives new Discord features shortly after they arrive in the API.
  • Discord.js definition credit : https://discord.js.org/#/

Discord.js links for reference?

Why contribute?

  • If you find any bugs then please report them by creating an issue.
  • If you can add more functionality, then create an issue and contribute by making pull request.

Want to contribute?

contributors :

About

A Discord Bot For Open Source Guidance & Resources


Languages

Language:JavaScript 100.0%