Loading activity
This commit is contained in:
parent
aef0caae25
commit
906f9de2f7
1 changed files with 7 additions and 0 deletions
7
index.js
7
index.js
|
@ -11,6 +11,13 @@ class hahaYesClient extends AkairoClient {
|
||||||
constructor() {
|
constructor() {
|
||||||
super({
|
super({
|
||||||
ownerID: ownerID,
|
ownerID: ownerID,
|
||||||
|
presence: {
|
||||||
|
status: 'online',
|
||||||
|
activity: {
|
||||||
|
type: 'PLAYING',
|
||||||
|
name: 'Loading simulator...',
|
||||||
|
}
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
disableEveryone: true
|
disableEveryone: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue