Split into multiple files #18
1 changed files with 5 additions and 0 deletions
5
src/events/client/ready.js
Normal file
5
src/events/client/ready.js
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
export const once = true;
|
||||||
|
|
||||||
|
export default async () => {
|
||||||
|
console.log('Connecté à Discord !');
|
||||||
|
};
|
Loading…
Reference in a new issue