Skip to content

Commit

Permalink
Update MessageManagerService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudy71 authored Sep 17, 2021
1 parent 6637f96 commit c45e08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/MessageManagerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export class MessageManagerService extends Service {
json
]
}).catch(reason => {
BotLogger.Warn(reason);
BotLogger.Warn(reason.message);
});
await interaction.reply({
content: "OK!",
Expand Down Expand Up @@ -370,4 +370,4 @@ export class MessageManagerService extends Service {
await interaction.message.channel.send(interaction.caller.toString() + " " + args[0] + ` ${num}%`);
await interaction.interaction.deferUpdate();
}
}
}

0 comments on commit c45e08a

Please sign in to comment.