UNPKG
@santerzet/botkit
Version:
latest (0.1.0)
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
CLI for Discord Bot
@santerzet/botkit
/
dist
/
functions
/
CommandExists.d.ts
2 lines
(1 loc)
•
75 B
TypeScript
View Raw
1
2
export
declare
function
CommandExists
(
command
:
string
):
Promise
<
boolean
>;