Skip to content

A Discord Bot For Open Source Guidance & Resources

Notifications You must be signed in to change notification settings

Open-Source-Chandigarh/OSC-Bot

 
 

Repository files navigation

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 .

Available Commands

1. 'ping' command: For checking the ping of the bot.

/ping

2. 'serverinfo' command: Displays the info about the server.

/serverinfo

3. 'social' command: For social channels.

/social

4. 'start' command: Start command for the bot.

/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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Dockerfile 1.3%