Skip to content
View pedr0ni's full-sized avatar
:shipit:
Here we go again
:shipit:
Here we go again

Block or report pedr0ni

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

Pinned Loading

  1. vscode-rpc vscode-rpc Public

    Visual Studio Code Discord Rich Presence

    TypeScript 4 1

  2. discord-cmd discord-cmd Public

    JDA - Easy commands, sure

    Java

  3. league-api league-api Public

    Useless League of Legends API

    Java

  4. Pilha.kt Pilha.kt
    1
    package app
    2
    
                  
    3
    class Pilha<E> {
    4
    	
    5
    	private var pilha: Array<E> = arrayOfNulls<Any>(0) as Array<E>
  5. SafiraBot SafiraBot Public

    Discord Music Bot using NodeJS

    JavaScript