Skip to content
View Faris-1710's full-sized avatar
Block or Report

Block or report Faris-1710

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Faris-1710/README.md

Introduction.js

const my_discord = 'faris.js'; 
 
const languages = ['Python', 'JavaScript', 'Java']; 
const main_lang = languages[1]; 
 
const public_projects = { 
    discord_bot: { 
        language: 'JavaScript', 
        description: 'An all in one discord bot', 
        url: 'https://github.com/Faris-1710/QuillJS' 
    }, 
    file_explorer: { 
        language: 'JavaScript', 
        description: 'A file explorer made using electron', 
        url: 'https://github.com/Faris-1710/JS-File-explorer' 
    } 
};

Pinned

  1. FarisMuhd17/QuillJS FarisMuhd17/QuillJS Public

    AIO Discord bot made using JavaScript

    JavaScript 3