ChicknTurtle
ChicknTurtle
Would be nice to have the ability to get/set the url parameters. Example: mygame.com?seed=12345 `love.system.getParam('seed') -> '12345'` `love.system.setParam('seed') -> '54321'` https://en.wikipedia.org/wiki/Query_string https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams
### Skript/Server Version ```markdown [14:40:36 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [14:40:36 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [14:40:36 INFO]: [Skript] Skript's tutorials can...
I wrote a python script (part of a twitch bot) that will update the data if the current time is greater than the end time from the data. This works,...
This issue only occurs when using love.js. I have a game, with a filetree like this: ```css game/ ├── main.lua └── game.lua ``` When I attempt to import game.lua from...
## Description Allow choosing [AllowedMentions](https://ci.dv8tion.net/job/JDA/javadoc/net/dv8tion/jda/api/utils/AllowedMentions.html) when sending messages ## Acknowledgment - [x] I already **searched** for this feature on [**DiSky's Documentation/Wiki**](https://disky.me/docs/home/) and I'm sure it's not there