Testing ready event

This commit is contained in:
Lukáš Horáček 2020-03-30 10:46:36 +02:00
parent 07d760e066
commit e17877548c
No known key found for this signature in database
GPG key ID: E07D6630DBC17195

View file

@ -0,0 +1,3 @@
module.exports = (client) => {
console.log('Discord client ready!');
};