LukeZ
LukeZ
Explore posts from servers
CDCloudflare Developers
Created by LukeZ on 9/4/2024 in #general-help
Redirect rule not working
No description
10 replies
CDCloudflare Developers
Created by LukeZ on 8/20/2024 in #general-help
Public Nameservers for another Domain Registrar
I wanna register a domain at another provider but I wanna use the cloudflare nameservers. Is there any way to do this by using a domain and not an IP address?
27 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 8/12/2024 in #djs-questions
How to setup constants/variables outside of module.exports ?
No description
6 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 7/14/2024 in #djs-questions
TS Error: The property "isReady" / "token" is not available for the "myClient" type.
I've made my own TS Client class which extends djs' Client class but it keeps giving me an error which has to do with the Client class from djs I suppose. Any ideas how to fix this?
import { Client } from "@discordjs/core";

export class myClient extends Client {
async myFunction(...) {
if (!(this.isReady() || this.token))
// The property "isReady" / "token" is not available for the "myClient" type.
}
}
import { Client } from "@discordjs/core";

export class myClient extends Client {
async myFunction(...) {
if (!(this.isReady() || this.token))
// The property "isReady" / "token" is not available for the "myClient" type.
}
}
27 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 6/7/2024 in #djs-questions
Why can't I import (require) something from discord.js ?
No description
3 replies
CDCloudflare Developers
Created by LukeZ on 4/24/2024 in #general-help
Registrant E-Mail buggy
I transferred my domain over to CF but now the E-Mails don't work. It's always displaying this:
Please query the WHOIS server of the owning registrar identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.
Please query the WHOIS server of the owning registrar identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.
Anybody know how to fix this?
5 replies
CDCloudflare Developers
Created by LukeZ on 2/20/2024 in #general-help
Redirect Rules not working
No description
29 replies
CDCloudflare Developers
Created by LukeZ on 7/6/2023 in #general-help
How to use the Dynmaic Redicts?
24 replies