This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
the-guard-bot
Watch
2
Star
0
Fork
0
You've already forked the-guard-bot
mirror of
https://github.com/thedevs-network/the-guard-bot
synced
2025-08-22 18:08:51 +00:00
Code
Issues
Releases
Wiki
Activity
the-guard-bot
/
handlers
/
commands
/
start.js
5 lines
64 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix some TypeScript errors
2020-03-13 22:02:41 +01:00
// @ts-check
Autodetect handlers in commands/index
2018-05-20 18:21:10 +02:00
'use strict'
;
Fix some TypeScript errors
2020-03-13 22:02:41 +01:00
module
.
exports
=
require
(
'./help'
)
;
Reference in New Issue
Copy Permalink