Skip to content

Instantly share code, notes, and snippets.

View paulhobbel's full-sized avatar
💻
Refactoring the Universe

Paul paulhobbel

💻
Refactoring the Universe
View GitHub Profile

Keybase proof

I hereby claim:

  • I am paulhobbel on github.
  • I am paulhobbel (https://keybase.io/paulhobbel) on keybase.
  • I have a public key ASBXdo1EWuMvgyQx5FIoH8OUX6A3uyhJtEzVs9iJ64aRoAo

To claim this, I am signing this object:

@paulhobbel
paulhobbel / discord.js.d.ts
Last active April 28, 2017 23:04
Typescript definitions for discord.js
// Type definitions for discord.js 9.2.0
// Project: https://github.com/hydrabolt/discord.js
// Definitions by: Dizzy <itsdizzy40@gmail.com> (https://github.com/itsDizzy)
declare module 'discord.js' {
import { EventEmitter } from 'events';
/**
* The starting point for making a Discord Bot.