SowerofSystems
DIAdiscord.js - Imagine an app
•Created by SowerofSystems on 8/10/2024 in #djs-questions
Reaction Collector not collecting reactions in DMs
discordjs 14.12.1
35 replies
DIAdiscord.js - Imagine an app
•Created by SowerofSystems on 5/26/2024 in #djs-questions
Censor failing to detect words containing regex symbols
I have a censor event that pulls the list of banned words, which may be preceded and/or followed by an * to mimic the Discord censor behavior. However, while I am escaping regex symbols before testing the word, my censor is failing to pick up words that contain regex symbols, and I can't for the life of me figure out why.
12 replies
DIAdiscord.js - Imagine an app
•Created by SowerofSystems on 5/25/2024 in #djs-questions
Error when trying to upload global slash commands
I have no idea why I am getting this error. When I register slash commands locally everything works fine, but when I set
runBot(global = true)
I get the following error:
5 replies
DIAdiscord.js - Imagine an app
•Created by SowerofSystems on 5/10/2024 in #djs-questions
Failing to trigger collector
Console Log:
When I click a button discord responds with 'This interaction failed' after 3 seconds. Based on the console logs it seems like the collector is not being triggered. At the very least the filter is never called.
6 replies
DIAdiscord.js - Imagine an app
•Created by SowerofSystems on 12/30/2023 in #djs-questions
Bot crashes during second /command use
My clear-table command works perfectly the first time you use /clear-table, but the second time, it crashes when you click the Clear Table button. I am new to discordjs and this is my first time using components and collectors.
https://gist.github.com/SowerofSystems/3f482470630ae1f90bcb526fecd6f3ff
8 replies