tholeb
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by tholeb on 12/15/2024 in #djs-questions
How to make a user installed app
Hi, I just went over discord's guide on user installed apps : https://discord.com/developers/docs/tutorials/developing-a-user-installable-app
I was just thinking, is d.js supporting user installed apps ?
Cause i'm using TS and I want types and the good stuff that d.js provides likes the API interactions.
Thanks in advance 🙂
16 replies
CCoder.com
•Created by tholeb on 1/7/2024 in #help
Exec format error on pod (ARM arch)
Hello, I installed Coder (using kube) on a rasp, but when I create a workspace (using a kube template), one of my pods ends with
exec format error
. I guess it comes from the image being compiled for x86 and not ARM. Is there any image that I can use/find that supports ARM arch ? If not, where can I find the sources to compile the image into ARM ?
Thanks11 replies
DIAdiscord.js - Imagine an app
•Created by tholeb on 6/22/2022 in #djs-questions
Localizations not applied on slash command
Hello, i'm trying to create a weather command for multiple languages but the localization doesn't seem to apply. Here is my Slash command:
/ command data : https://pastebin.com/xeD6LF0f
According to the doc, i'm doing it right : https://discord.js.org/#/docs/main/stable/class/ApplicationCommand?scrollTo=setDescriptionLocalizations
I got not errors.
btw, how does the localization works ? Is it based on the server or user ?
PS: 'description' is required, so can't remove it or it screams :)
6 replies