UNPKG
msg.ts
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
MSG is the framework for make discord bot easily
github.com/abiriadev/MSG
abiriadev/MSG
msg.ts
/
dist
/
utils
/
MsgToContext.d.ts
5 lines
•
225 B
TypeScript
View Raw
1
2
3
4
5
import
discord
from
'discord.js'
;
import
Context
from
'../class/Context'
;
declare
const
_default
:
(
msg
: discord.
Message
) =>
Context
;
export
default
_default;
//# sourceMappingURL=../../src/dist/utils/MsgToContext.d.ts.map