mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +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";
|
||||
/*
|
||||
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 dns = require("dns");
|
||||
|
|
|
|||
Loading…
Reference in a new issue