mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
fix some quoting issues
This commit is contained in:
parent
e67ce7cd53
commit
33f842088b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class MessageCreate extends BaseEvent {
|
||||||
channelId = ids[1],
|
channelId = ids[1],
|
||||||
messageId = ids[2];
|
messageId = ids[2];
|
||||||
|
|
||||||
const msg = await client.channels.cache.get(channelId).messages.fetch(messageId);
|
const msg = await message.guild.channels.cache.get(channelId).messages.fetch(messageId);
|
||||||
const embed = new EmbedBuilder()
|
const embed = new EmbedBuilder()
|
||||||
.setAuthor({
|
.setAuthor({
|
||||||
name: message.translate("misc:QUOTE_TITLE", {
|
name: message.translate("misc:QUOTE_TITLE", {
|
||||||
|
|
Loading…
Reference in a new issue