UNPKG
erium
Version:
latest (1.0.4-bugfixes)
1.0.4
1.0.4-bugfixes
1.0.3
1.0.3-fix2
1.0.3-fix
1.0.2
1.0.2-fix
0.0.1
Erium is Discord Bot Library made in typescript
github.com/NotSkieslol/Erium
NotSkieslol/Erium
erium
/
output
/
src
/
events
/
GUILD_CREATE_EVENT.js
8 lines
(7 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
default_1
(
client, payload
) {
const
type
=
"guildCreate"
; client.
emit
(
type
); }
exports
.
default
= default_1;