UNPKG
n8n-nodes-discord-self
Version:
latest (0.1.0)
0.1.0
n8n community nodes for Discord selfbot via discord.js-selfbot-v13 (use at your own risk)
n8n-nodes-discord-self
/
dist
/
nodes
/
DiscordSelf
/
ClientManager.d.ts
4 lines
(3 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
import
{
Client
}
from
'discord.js-selfbot-v13'
;
export
declare
function
getOrCreateClient
(
token
:
string
):
Promise
<
Client
>;
export
declare
function
destroyClientForToken
(
token
:
string
):
void
;