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
/
next.d.ts
5 lines
•
257 B
TypeScript
View Raw
1
2
3
4
5
import
discord
from
'discord.js'
;
import
Context
from
'../class/Context'
;
declare
const
_default
:
(
ctx
:
Context
,
time
:
number
,
block
?:
boolean
) =>
Promise
<discord.
Message
>;
export
default
_default;
//# sourceMappingURL=../../src/dist/utils/next.d.ts.map