A Discord Bot For Open Source Guidance & Resources

Overview

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 :

You might also like...

A discord bot made using discord.js and discord-player

A discord bot made using discord.js and discord-player

Musx A custom discord bot that can play music in your server ๐ŸŽฏ Add the bot to your server If you are looking for a music bot for your Discord server

Mar 28, 2022

This bot is a cool Discord bot made in discord.js using Node.JS

This bot is a cool Discord bot made in discord.js using Node.JS

Anti-Crosspost Discord Bot This bot is a cool Discord bot made in discord.js using Node.JS. It detects when a user cross-posts a message in multiple c

May 31, 2022

It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

Lofi-Radio-Music-Bot It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with butt

Jan 2, 2023

New base bot WhatsApp ๐Ÿˆด bukan self bot lagi atau buka bot yang bisa di pakai oleh bot sendiri ๐Ÿ˜Ž

New base bot WhatsApp ๐Ÿˆด bukan self bot lagi atau buka bot yang bisa di pakai oleh bot sendiri ๐Ÿ˜Ž

Installation โ€ข Thanks to โ€ข Donate Official Group Bot โ€ข Settings Instalasi Heroku Buildpack Click the deploy icon below ! heroku/nodejs https://g

Feb 9, 2022

An open-source ERIS bot, made by the DashCruft Nation contributors with love 3

ErisCruft-Bot The official community bot for the DashCruft Nation. This time in eris! Requirements & Rules You HAVE to be a member in our Offical Disc

Apr 5, 2022

Whatsapp bot using Bailey multi device module, using nodejs and open source, I accept ideas from public

Whatsapp bot using Bailey multi device module, using nodejs and open source, I accept ideas from public

Allen Bot-Wa Keep copyright, Created by lolhuman | Please read carefully Content Description Example Highlights TODO Installation FAQ Contributing Con

Dec 3, 2022

The Source Code Of Cutie Discord Bot.

The Source Code Of Cutie Discord Bot.

Cutie Bot An awesome multipurpose discord bot build using Eris 15.0.1 with support for slash commands An awesome multipurpose discord bot build using

Aug 12, 2022

โšก Discord bot with economy, gambling, music, fun, moderation features based on discord.js v12

โšก Discord bot with economy, gambling, music, fun, moderation features based on discord.js v12

Crucian Crucian is my discord bot with simple structure based on discord.js Click Here to invite Crucian to your server Author Crucian ยฉ Apoo Authored

Jul 26, 2021

A multipurpose Discord-bot created using discord.js.

Flame A multipurpose Discord-bot with music, economy, utils, and also auto-moderation. Flame is a powerfull, multipurpose and fully modular Discord-bo

Nov 14, 2021
Comments
  • Add Commands Instead of Messages

    Add Commands Instead of Messages

    The Bot is currently using messages with "!" instead of commands.

    • You have to make a discord bot to use commands in place of general messages.
    • You can use the official discord js documentation to learn more about commands and how to register them: https://discordjs.guide/
    • You have to make the additions or changes and open the pull request mentioning this issue.
    enhancement hacktoberfest 
    opened by 1tsak 8
  • Feat: Added slashcmd supports

    Feat: Added slashcmd supports

    Related Issue

    • Issue No. #1

    Changes you made :

    • removed server.js
    • added /cmd
    • modified package.json for npm and node . run
    • installed glob package

    Describe the changes :

    Check list :

    • [x] I have followed code style of this project.
    • [x] I have read the CONTRIBUTING document.
    • [x] All the aspects mentioned in the issue are covered.
    • [x] The website is properly working after my changes.
    • [x] ๐ŸŒŸ ed the repo

    Type of change :

    • [ ] Bug fix (non-breaking change which fixes an issue)
    • [x] New feature (non-breaking change which adds functionality)

    Output Screenshots :

    serverinfo image

    ping image

    start image

    social image

    / cmds image

    enhancement hacktoberfest-accepted hacktoberfest 
    opened by Rajkumar-justcoder 4
  • made the dockerfile and added the docker ignore

    made the dockerfile and added the docker ignore

    Related Issue

    • Issue No. #5

    Changes you made :

    • Added the docker file
    • Added the .dockerignore file

    Describe the changes :

    In the Dockerfile goto the section stating touch .env and replace the text "" with you token.

    Check list :

    • [x] I have followed code style of this project.
    • [x] I have read the CONTRIBUTING document.
    • [x] All the aspects mentioned in the issue are covered.
    • [x] The website is properly working after my changes.
    • [x] ๐ŸŒŸ ed the repo

    Type of change :

    • [ ] Bug fix (non-breaking change which fixes an issue)
    • [x] New feature (non-breaking change which adds functionality)

    Output Screenshots :

    Screenshot 2022-10-13 at 14 36 18 enhancement hacktoberfest-accepted hacktoberfest 
    opened by abhay-ag 1
  • Update README.md

    Update README.md

    Related Issue

    • Added commands in the readme file.

    Changes you made :

    • Added the four commands of the bot in the readme file.

    Describe the changes :

    Check list :

    • [ ] I have followed code style of this project.
    • [ ] I have read the CONTRIBUTING document.
    • [ ] All the aspects mentioned in the issue are covered.
    • [ ] The website is properly working after my changes.
    • [ ] ๐ŸŒŸ ed the repo

    Type of change :

    • [ ] Bug fix (non-breaking change which fixes an issue)
    • [ ] New feature (non-breaking change which adds functionality)

    Output Screenshots :

    documentation hacktoberfest-accepted hacktoberfest 
    opened by aasthaanand09 0
Owner
Aakash Jha
a self taught programmer who loves to learn new technologies & utilize the little much knowledge i have to make lives easier, catch the latest of mine here :)
Aakash Jha
Discord-Bot - You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have published on my youtube channel.

Discord-Bot You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have publishe

Umut Bayraktar 114 Jan 3, 2023
A multipurpose bot, a clan bot, a all in one bot. The one bot u need for ur server originally made as Milrato discord Bot and by Tomato6966.

Public Bot and Support Server! Invite the Public Version of this Bot so you don't need to host it by yourself or join my Discord server to get a custo

Tomato6966 472 Dec 25, 2022
An open-source Discord bot built with Discord.JS & TypeScript

?? Hans - Discord Bot Discord Bot build with Discord.JS, TypeScript, and lots of โค๏ธ Invite hans to your server You can invite the bot here ?? . It's u

Sorin 9 Nov 15, 2022
Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total contributions.

Remoklify - Gitlift Discord Bot Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total

Remoklify 3 Mar 20, 2022
About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this command handler.

discordJS-V14 About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this

Umut Bayraktar 36 Dec 28, 2022
Meet Muffin - a multipurpose, customizable and open source Discord bot with bunch of useful features for your server!

Meet Muffin - a multipurpose, highly customizable and open source Discord bot with bunch of useful features for your server! Self-hosting notice While

null 0 Oct 21, 2021
An open source community powered Discord bot to stop and remove the trash from the SW workshop.

SW Anti Reuploads & Trash Discord bot An open source community powered Discord bot to stop and remove the trash from the SW workshop. SW Discord ยท Cre

SIMPLE MARK 4 Jun 20, 2022
[WIP] Meet Koshiro! Our official Discord Bot, Open Source and Community builded. ๐Ÿ›ธ

Koshiro Meet Koshiro! Our official Discord Bot, Open Source and Community builded. ?? Getting Started Clone the repository git clone https://github.co

WebX DAO 5 Nov 19, 2022
A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on websites!

discord-web-api A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on

InvalidLenni 2 Jun 28, 2022
Discord Neura - a Discord bot framework built on discord.js

Discord Neura Description Discord Neura is a Discord bot framework built on discord.js. Features Command Handler, Arguments, Preconditions and Listene

Discord Neura 3 Mar 23, 2022