mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
improve build process, add github actions
This commit is contained in:
@@ -441,7 +441,7 @@ void Abaddon::ActionSetStatus() {
|
||||
const auto status = dlg.GetStatusType();
|
||||
const auto activity_type = dlg.GetActivityType();
|
||||
const auto activity_name = dlg.GetActivityName();
|
||||
Activity activity;
|
||||
ActivityData activity;
|
||||
activity.Name = activity_name;
|
||||
activity.Type = activity_type;
|
||||
m_discord.UpdateStatus(status, false, activity);
|
||||
|
||||
Reference in New Issue
Block a user