Github Discord Bot is Discord Bot build on Node Js and Discord JS which shows github user details in Discord and Sharing Personal Resume.
- Discord JS
- https
- mongoose
- Install all the packages using
npm install
- Add The Environment Variables by running
cp .envexample .env
- Add the Discord Bot Token and Database Credentials in the .env file
!git user {username}
: Displays details of the Username provided!git repos {username} {page}
: Displays List of User's public repos!git following {username} {page}
: Displays List of User's following!git followers {username} {page}
: Displays List of Users's followers
!git me {username}
: Add your github username!git me {resume}
: Add your resume link!git me {repo}
: Add a repo to show on your card!git me
: Show your Card
- Added User Details
- Added User Repositories Details
- Added Custom Card
- Make a Bot Commands Website