emoji moved to config
This commit is contained in:
parent
c0c1945b2c
commit
da570fc40b
19 changed files with 55 additions and 55 deletions
|
@ -7,6 +7,6 @@ module.exports = class {
|
|||
|
||||
async run (client) {
|
||||
const activity = activities.random();
|
||||
client.editStatus('online', { name: `${activity.message} | v${client.version}`, type: activity.type});
|
||||
client.user.setPresence({ activities: [{ name: `${activity.message} | v${client.version}` }], status: 'online' });
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue