DiscordSaaSBot / SaaSBot

🤖 Discord bot for the builders and entrepreneurs community.
Apache License 2.0
11 stars 3 forks source link

Status changing #13

Closed stifskere closed 7 months ago

stifskere commented 7 months ago

Description

This PR modifies the ready event from this bot and adds changing status functionality every 5 hours, you may change the presences array declared in the top level of the module to change what status and status type will be shown.

const presences: ActivityOptions[] = [
    { name: "your SaaS projects", type: ActivityType.Watching },
    { name: "for your contributions", type: ActivityType.Listening },
    { name: "with your SaaS project", type: ActivityType.Playing }
];

intends to solve #12