Bejasc
Explore posts from serversRNARuby - Not A Framework
•Created by -Carlos👑 on 1/3/2024 in #ruby-not-support
Memory Leak
Opening handshake has timed out
16 replies
RNARuby - Not A Framework
•Created by -Carlos👑 on 1/3/2024 in #ruby-not-support
Memory Leak
Hey @🠷Carlos👑, sorry to Necro, did you ever find the cause of this? I'm in a similar spot with one of my bots running now. Only had a handful of slash and context commands. It's been running fine in a production state for months.
16 replies
RNARuby - Not A Framework
•Created by Bejasc on 12/4/2024 in #ruby-not-support
Difference with dev and prod > The application now has 0 global commands
thanks for letting me bounce off you, appreciate the quick response 🙏
19 replies
RNARuby - Not A Framework
•Created by Bejasc on 12/4/2024 in #ruby-not-support
Difference with dev and prod > The application now has 0 global commands
I'll likely migrate over to that and refer to your above message
19 replies
RNARuby - Not A Framework
•Created by Bejasc on 12/4/2024 in #ruby-not-support
Difference with dev and prod > The application now has 0 global commands
I may not even need to use nodemon - scaffolded from something else, my other prod package is using this as it's dev command
"dev": "tsc-watch --onSuccess \"node --enable-source-maps ./dist/Bot.js\" ",
Which has worked well19 replies
RNARuby - Not A Framework
•Created by Bejasc on 12/4/2024 in #ruby-not-support
Difference with dev and prod > The application now has 0 global commands
thankyou mate - I compared it to my other bot that was running in prod and then it jumped at me - I must've scaffolded this package from something different
19 replies
RNARuby - Not A Framework
•Created by Bejasc on 12/4/2024 in #ruby-not-support
Difference with dev and prod > The application now has 0 global commands
hah!
changed it to
dist/Bot.js
- fixed it. I missed that 😓19 replies
RNARuby - Not A Framework
•Created by Bejasc on 12/4/2024 in #ruby-not-support
Difference with dev and prod > The application now has 0 global commands
4 - nothing set directly for module - but entire package.json listed above
19 replies
RNARuby - Not A Framework
•Created by Bejasc on 12/4/2024 in #ruby-not-support
Difference with dev and prod > The application now has 0 global commands
package.json
19 replies
RNARuby - Not A Framework
•Created by Bejasc on 12/4/2024 in #ruby-not-support
Difference with dev and prod > The application now has 0 global commands

19 replies
RNARuby - Not A Framework
•Created by Bejasc on 12/4/2024 in #ruby-not-support
Difference with dev and prod > The application now has 0 global commands
Hey fav, thanks for taking a look 👋
19 replies
RNARuby - Not A Framework
•Created by Bejasc on 11/2/2024 in #ruby-not-support
Precondition not running
File name has to match this
The file the precondition was stored in was not named
OwnerOnly
it was named OwnerPrecondition
.
Rename to file OwnerOnly
or vice versa - will resolve the issue.
Sometimes it's the little things5 replies
RNARuby - Not A Framework
•Created by Bejasc on 11/2/2024 in #ruby-not-support
Precondition not running
:Facepalm:
5 replies
RNARuby - Not A Framework
•Created by Bejasc on 7/25/2024 in #ruby-not-support
Event before precondition OR access the command via MessageCommandDenied
I know 🙂 We've spoken a few times about this in the past - I'm supporting both and pushing people towards using slash commands. They're definitely easier as a developer, but my community is built from a platform and a time that just does not get along with them.
8 replies
RNARuby - Not A Framework
•Created by Bejasc on 7/25/2024 in #ruby-not-support
Event before precondition OR access the command via MessageCommandDenied
(More snippets, for context)
8 replies
RNARuby - Not A Framework
•Created by Bejasc on 7/25/2024 in #ruby-not-support
Event before precondition OR access the command via MessageCommandDenied
I think I found it actually,
PreMessageCommandRun
- though still open to feedback about whether this is the best possible place for it
8 replies
RNARuby - Not A Framework
•Created by Bejasc on 7/18/2024 in #ruby-not-support
Hide Slash/Context menu commands
thanks 😉
7 replies
RNARuby - Not A Framework
•Created by Bejasc on 7/18/2024 in #ruby-not-support
Hide Slash/Context menu commands
It's workable, but I wonder if the re-registration of the command when it's re-deployed will knock it back out.
7 replies
RNARuby - Not A Framework
•Created by Bejasc on 6/2/2024 in #ruby-not-support
Decorator issue
This is my tsconfig, I've been using experimentalDecorators for quite a while, at least 18mo, probably longer (not at pc to check exact)
14 replies
RNARuby - Not A Framework
•Created by Bejasc on 6/2/2024 in #ruby-not-support
Decorator issue
@Boomeravna As mentioned, I already have this enabled
14 replies