mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2025-04-04 15:40:54 +01:00
7 lines
No EOL
155 B
JavaScript
7 lines
No EOL
155 B
JavaScript
module.exports = {
|
|
Event: class Event {
|
|
constructor(event, run) {
|
|
Object.assign(this, { event: event, run: run })
|
|
}
|
|
}
|
|
} |