Hey, when attempting to use the 'offline' presence it for some reason updates to 'online' instead?
connecting: (shard) => {
shard.makePresence = async () => {
const presence: DiscordUpdatePresence = {
status: 'offline',
activities: [
{
state: 'Appy Custom Bot123',
name: 'name',
type: ActivityTypes.Playing,
},
],
afk: false,
since: 0,
}
return presence
}
},
