Akanixon
Akanixon
SIASapphire - Imagine a framework
Created by Akanixon on 3/30/2023 in #sapphire-support
TypeError: channel.isTextBased is not a function
thank you
6 replies
SIASapphire - Imagine a framework
Created by Akanixon on 3/30/2023 in #sapphire-support
TypeError: channel.isTextBased is not a function
ehm yeah I should have thought of that myself
6 replies
SIASapphire - Imagine a framework
Created by Akanixon on 3/20/2023 in #sapphire-support
Message editing fails even though message can be fetched
thank you
5 replies
SIASapphire - Imagine a framework
Created by Akanixon on 3/20/2023 in #sapphire-support
Message editing fails even though message can be fetched
yeah so I can't do ephemeral or I can't edit it
5 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/26/2023 in #sapphire-support
A compatible class export was not found.
7 replies
SIASapphire - Imagine a framework
Created by chillihero on 1/14/2023 in #discordjs-support
What is the Best approach to developing a bot and reloading the new changes into it?
mind me asking where I find resources about how to use it with esm?
16 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
Thanks for your help, I guess .reply is just broken atm
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
as the reference is for the user to see what options they select it while still keeping it privat
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
then I just have to lock down the channel every time someone is using the command 😄
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
the point of having reply is to have an initial with a reference to the command used
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
😄
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
na it keeps it ephemeral
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
undocumented discord api features 😄
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
true, the intension later on is to make it ephemeral. And theorectically editing ephemerals is not supported but a editReply just works anyway and keeps it ephemeral
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
yes thats how I know they don't match
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
let rsp = await interaction.Reply({components,embeds});
try{
rsp = await interaction.channel.messages.fetch(rsp.id);
}catch(e){
console.log(e.rawError)
}
let rsp = await interaction.Reply({components,embeds});
try{
rsp = await interaction.channel.messages.fetch(rsp.id);
}catch(e){
console.log(e.rawError)
}
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
indeed, with the difference that the messageId reported doesn't match up with the actual messageId
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
I do because a process which is running outside the command and not initiated by a discord event needs to edit a part of the embed and therefore would need the message id as well as the ability to fetch based on it.
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
it's not ephemeral, it's a standard reply
31 replies
SIASapphire - Imagine a framework
Created by Akanixon on 1/17/2023 in #discordjs-support
receiving invalid message id
the verify was just for me to figure out whats wrong
31 replies