Zarchical
Explore posts from servers2D Position to Relative ImageBox Position
Basically, to help you visualise, I'm making a management system for my racing game and I have my track map on my Windows Form. In my game, my track positions for my corners are:
Bottom Left: 145, -160
Bottom Right: -155, -160
Top Left: 145, 150
Top Right: -155, 150
and my Windows Form ImageBox’s details:
Location: 1622, 9 (my form is 1920x1080)
Margin: 3, 3, 3, 3
Size: 286x297
Anchor: Top Left
With these details, is there a way I could do this easily (for example, with a func/formula which i could turn into a func?)
1 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by Zarchical on 7/31/2023 in #djs-questions
How do I send a message in a seperate channel from a slash command?
I've been trying to do this but can't seem to figure out how to get the client into the slash command. Any help would be greatly appreciated. Below is a snippet of my imports and some code which is trying to send the message, however failing because client is undefined.
Imports:
Code:
3 replies