Skip to content

Commit

Permalink
DiscordBridge 1.5.0.2 (#4646)
Browse files Browse the repository at this point in the history
Sets the bot to idle when game is launched or logged out. Sets the bot to online when a character is currently logged in.

This may behave strangely for users who are sharing their bot token. (Don't do that.)
  • Loading branch information
reiichi001 authored Oct 4, 2024
1 parent 1152d27 commit 543d9d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stable/Dalamud.DiscordBridge/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[plugin]
repository = "https://github.com/reiichi001/Dalamud.DiscordBridge.git"
commit = "55bc26ba196e756c686de0d4738e32e2f5a90635"
commit = "1a920942a05a8a7d80a448f72ad38cdf74c7b423"
owners = [
"reiichi001",
"goaaats",
]
project_path = "Dalamud.DiscordBridge"
changelog = """
Removed bot stop/start on logout/login events. It seems this was causing some issues.
Sets the bot to idle when game is launched or logged out. Sets the bot to online when a character is currently logged in.
The plugin will also now cache LocalPlayer on every Framework ticket instead of only on Login events. That should help with LocalPlayer resolutions showing up as null when they shouldn't be.
This may behave strangely for users who are sharing their bot token. (Don't do that.)
"""

0 comments on commit 543d9d5

Please sign in to comment.