UNPKG
@ajazzan/disbot
Version:
latest (1.0.2)
1.0.2
1.0.1
@ajazzan/disbot
/
src
/
metodos
/
botClient.ts
7 lines
(6 loc)
•
135 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
Message
}
from
'discord.js'
;
import
{
Client
}
from
'discord.js'
;
const
botClient =
new
Client
()
export
= { botClient };