UNPKG
artibot
Version:
latest (5.2.3)
5.2.3
5.2.2
5.2.1
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
Modern, fast and modular open-source Discord bot
artibot.artivain.com
Artivain/artibot
artibot
/
dist
/
events
/
onReadyMessage.d.ts
7 lines
(6 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Client
}
from
"discord.js"
;
import
Artibot
from
"../index.js"
;
export
declare
const
name =
"ready"
;
export
declare
const
once =
true
;
/** Send ready message*/
export
declare
function
execute
(
client
:
Client
<
true
>,
artibot
:
Artibot
):
void
;