fix(DB/Command): update wchange help (#22281)

This commit is contained in:
Jelle Meeus
2025-06-07 10:43:25 +02:00
committed by GitHub
parent da7db0a510
commit a4e609f762

View File

@@ -0,0 +1,7 @@
--
UPDATE `command` SET `help`='Syntax: .wchange #weathertype #grade
Set current weather to #weathertype with an intensity of #grade.
#weathertype can be 0 for fine, 1 for rain, 2 for snow, 3 for storm, 86 for thunders, 90 for blackrain.
#grade is a float value from 0.0 (disabled) to 1.0 (maximum intensity).'
WHERE `name`='wchange';