fisher
fisher
Explore posts from servers
CDCloudflare Developers
Created by fisher on 4/17/2025 in #workers-help
Cloudflare Rate Limiting not being in Effect
even when doing this: it log's out true (true as in not rate limited):
const { success } = await c.env.RATE_LIMITER.limit({ key: "test " });
console.log(`not RL: ${success}`);
const { success } = await c.env.RATE_LIMITER.limit({ key: "test " });
console.log(`not RL: ${success}`);
3 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/15/2024 in #sapphire-support
Crosspost listener not working
but it is crossposted so
10 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/15/2024 in #sapphire-support
Crosspost listener not working
it says "false"
10 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/15/2024 in #sapphire-support
Crosspost listener not working
^^
10 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/15/2024 in #sapphire-support
Crosspost listener not working
message.flags.has(MessageFlags.Crossposted))
10 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/15/2024 in #sapphire-support
Crosspost listener not working
when i console log if it has the message flag
10 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/15/2024 in #sapphire-support
Crosspost listener not working
I have the needed intents
10 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/13/2024 in #sapphire-support
Listeners not registering?
thanks!
11 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/13/2024 in #sapphire-support
Listeners not registering?
that was the fix
11 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/13/2024 in #sapphire-support
Listeners not registering?
it's also been a hot minute since I've made a bot so I might be missing something
11 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/13/2024 in #sapphire-support
Listeners not registering?
{
"name": "bot",
"version": "0.0.0",
"description": "",
"main": "src/main.ts",
"type": "module",
"scripts": {
"watch": "nodemon --watch src --exec tsup src --format esm",
"start": "nodemon dist/main.js",
"dev": "pnpm run \"/^(watch|start)/\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@sapphire/framework": "^5.2.1",
"chalk": "^5.3.0",
"discord.js": "14.x",
"dotenv": "^16.4.5",
"marked": "^13.0.2"
},
"devDependencies": {
"nodemon": "^3.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
}
}
{
"name": "bot",
"version": "0.0.0",
"description": "",
"main": "src/main.ts",
"type": "module",
"scripts": {
"watch": "nodemon --watch src --exec tsup src --format esm",
"start": "nodemon dist/main.js",
"dev": "pnpm run \"/^(watch|start)/\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@sapphire/framework": "^5.2.1",
"chalk": "^5.3.0",
"discord.js": "14.x",
"dotenv": "^16.4.5",
"marked": "^13.0.2"
},
"devDependencies": {
"nodemon": "^3.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
}
}
11 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/13/2024 in #sapphire-support
Listeners not registering?
sure
11 replies
SIASapphire - Imagine a Framework
Created by fisher on 7/13/2024 in #sapphire-support
Listeners not registering?
Sapphire is starting because I'm getting
[INFO] ApplicationCommandRegistries: Initializing...
[INFO] ApplicationCommandRegistries: Took 0ms to initialize.
[INFO] ApplicationCommandRegistries: Initializing...
[INFO] ApplicationCommandRegistries: Took 0ms to initialize.
11 replies