25 Replies
Please share the full command code
Where do you have "This maze wasn't meant for you... What did you do." ?
Maybe a precondition?
GitHub
utilities/packages/discord.js-utilities/src/lib/PaginatedMessages/P...
Common JavaScript utilities for Sapphire Projects. Contribute to sapphiredev/utilities development by creating an account on GitHub.
Ah okay, never used the module / function xD kind of a weird message but I won't question it
It's a bit of inside joke because it's what Discord themselves sends when a fatal error occurred.
Oh wtf, never seen that before xD
Anyway I'm on mobile now but do we not send that when someone other than who initiated the command presses a button? @b1nzee can you click one of these buttons?
#494 - Victini
Type(s)
Psychic, Fire
Abilities
Victory Star
Gender Ratio
Genderless
Evolutionary line
Victini (No Evolutions)
Base Stats
HP: 100, ATK: 100, DEF: 100, SPA: 100, SPD: 100, SPE: 100 (BST: 600)
External Resources
1 / 4
Same
Okay so no that was another thing
I'll have to dig through the code when I'm back
But I think it might be that you have a static method instead of just a class instance method Fabrizio
uh
how do i check that?
Also can you share your package.json?
yeah
Change
public static async sendForm
to public async sendForm
then call it with this.sendForm
Wpaw
Yeah uh
Update your deps
That's a very old version of sapphire
We're on 4.x now
oh shit
No wonder something fails
ty
I hadn't thought about it xD
I had a hunch. Some if statement is failing which causes the unexpected error flow which is that error
Also it's not Command.Interaction anymore but Command.ChatInputInteraction from the top of my head which was a hint to me