Skip to content

Restore bot status functionality during and after listener party #601

@fusion2004

Description

@fusion2004

This was removed due to time constraints in the major state refactoring, but should be brought back:

streamManager.on('finish', () => {
  this.client.user.setActivity('the stars...', { type: 'WATCHING'});
});

this.client.user.setActivity(`in #${message.channel.name}`);
await streamManager.start().catch((error) => {
  streamManager.stop();
  throw error;
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions