mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: basemessage#url
This commit is contained in:
parent
3af070cbd0
commit
cb52d6fe6b
@ -69,7 +69,7 @@ export class BaseMessage extends DiscordBase {
|
||||
}
|
||||
|
||||
get url() {
|
||||
return Formatter.messageLink(this.guildId ?? this.messageReference?.guildId ?? '@me', this.channelId, this.id);
|
||||
return Formatter.messageLink(this.guildId ?? '@me', this.channelId, this.id);
|
||||
}
|
||||
|
||||
async guild(force = false): Promise<GuildStructure<'api'> | undefined> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user