Skip to content

Instantly share code, notes, and snippets.

View sandaruonline's full-sized avatar

Sandaru Fernando sandaruonline

View GitHub Profile
@sandaruonline
sandaruonline / Tutorial.md
Created July 2, 2019 15:26
A short discord.js tutorial with examples

Discord.js Tutorial - a short tutorial

After this tutorial you are able to code a cool bot with many commands and a level system.

Setup

Did you ever want to write your own bot but you think you are to bad for it or you don't have motivation? Stop thinking that way. Writing discord bots using discord.js is like, really, really, easy if you know some javascript basics.

In this tutorial we will use some ES6 and ES2017, which makes javascript more powerful. If you never heard of ES6/ES2017, i'll explain some stuff if i use it. Found a mistake? Just open an issue or fork and pull.

@sandaruonline
sandaruonline / README-Template.md
Created May 7, 2019 18:50 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@sandaruonline
sandaruonline / clone_remote_branch.md
Created May 6, 2019 22:30 — forked from ff6347/clone_remote_branch.md
clone remote branch with git