mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
Credited izy
This commit is contained in:
parent
0dfc747b1b
commit
e90a1a4ed6
1 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,11 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
/*
|
||||||
|
Major credit to izy521 who is the creator of
|
||||||
|
https://github.com/izy521/discord.io,
|
||||||
|
|
||||||
|
without his help voice chat in discord.js would not have
|
||||||
|
been possible!
|
||||||
|
*/
|
||||||
|
|
||||||
var WebSocket = require("ws");
|
var WebSocket = require("ws");
|
||||||
var dns = require("dns");
|
var dns = require("dns");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue