merge-requests/4/head
loicbersier 5 years ago
commit 8304a6c527

@ -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

@ -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…
Cancel
Save