@koishijs/core
Advanced tools
Comparing version 4.18.5 to 4.18.6
{ | ||
"name": "@koishijs/core", | ||
"description": "Core Features for Koishi", | ||
"version": "4.18.5", | ||
"version": "4.18.6", | ||
"main": "lib/index.cjs", | ||
@@ -39,3 +39,3 @@ "module": "lib/index.mjs", | ||
"@koishijs/utils": "^7.2.1", | ||
"@satorijs/core": "^4.4.2", | ||
"@satorijs/core": "^4.5.0", | ||
"cordis": "^3.18.1", | ||
@@ -42,0 +42,0 @@ "cosmokit": "^1.6.3", |
@@ -199,3 +199,3 @@ import { observe } from '@koishijs/utils' | ||
options.session = this | ||
return this.bot.sendMessage(this.channelId, fragment, this.guildId, options).catch<string[]>((error) => { | ||
return this.bot.sendMessage(this.channelId, fragment, this.event.referrer, options).catch<string[]>((error) => { | ||
logger.warn(error) | ||
@@ -202,0 +202,0 @@ return [] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
479111
Updated@satorijs/core@^4.5.0