Merge branch 'master' of https://gitlab.com/loicbersier/discordbot
This commit is contained in:
commit
8304a6c527
2 changed files with 8 additions and 1 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
|
||||||
});
|
});
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -2079,7 +2079,7 @@
|
||||||
"from": "github:1Computer1/discord-akairo#master"
|
"from": "github:1Computer1/discord-akairo#master"
|
||||||
},
|
},
|
||||||
"discord.js": {
|
"discord.js": {
|
||||||
"version": "github:discordjs/discord.js#45b89710008d207da22000dcb633c0c0236db17e",
|
"version": "github:discordjs/discord.js#50ed3293a57aeb0f9c094f00d49ed9874dc5d87a",
|
||||||
"from": "github:discordjs/discord.js#master",
|
"from": "github:discordjs/discord.js#master",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@discordjs/collection": "^0.1.1",
|
"@discordjs/collection": "^0.1.1",
|
||||||
|
|
Loading…
Reference in a new issue