Loading activity

This commit is contained in:
loicbersier 2019-12-27 01:57:30 +01:00
parent aef0caae25
commit 906f9de2f7

View file

@ -11,6 +11,13 @@ class hahaYesClient extends AkairoClient {
constructor() {
super({
ownerID: ownerID,
presence: {
status: 'online',
activity: {
type: 'PLAYING',
name: 'Loading simulator...',
}
}
}, {
disableEveryone: true
});