diff --git a/commands/nowplaying.ts b/commands/nowplaying.ts index ee63774..f718bda 100644 --- a/commands/nowplaying.ts +++ b/commands/nowplaying.ts @@ -6,7 +6,7 @@ import { getSpotifySong } from '../utils/getSpotifySong' export async function nowPlaying (_bot: Client, message: Message): Promise { const responseMessage = message.channel.send(BarebonesLyricsEmbed()) - const messageAuthor = await message.author.fetch() + const messageAuthor = await message.author.fetch(true) responseMessage.catch((err) => { message.channel.send(`I am not able to send embeds here!\nPlease recheck the permission of the bot!\`${err}\``)