UNPKG
@zerospacegg/vynthra
Version:
latest (1.0.1)
1.0.1
1.0.0
Discord bot for ZeroSpace.gg data
github.com/zerospace-gg/zsgg/tree/main/vynthra
zerospace-gg/zsgg
@zerospacegg/vynthra
/
dist
/
cjs
/
bot
/
deploy.d.ts
4 lines
•
229 B
TypeScript
View Raw
1
2
3
4
import
type
{
BotConfig
}
from
"./types.js"
;
export
declare
function
deployCommands
(
config
:
BotConfig
):
Promise
<
void
>;
export
declare
function
deleteCommands
(
config
:
BotConfig
):
Promise
<
void
>;
//# sourceMappingURL=deploy.d.ts.map