emoji moved to config

This commit is contained in:
Emily 2021-07-15 12:26:42 +10:00
parent c0c1945b2c
commit da570fc40b
19 changed files with 55 additions and 55 deletions

View file

@ -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' });
}
};