Yqloss
Yqloss
Change the requirements from non-async and only one str param, to regardless of async and either (str) or (Message, Client, str) param types. Since this feature was broken, there would...
**Describe the bug** The `Parser.register` method requires the parser passed in to be non-async and have only 1 parameter with `str` type. However, even if I passed in the correct...
EGE Version EGE版本:[ege24.04_all](https://xege.org/download/ege24.04_all.7z) 官网推荐版 Windows Version Windows版本:Windows 11 Home Compiler 编译器:w64devkit gcc 14.2.0 Compilation Parameters 编译参数:-std=gnu++20 -lgraphics -lgdiplus -luuid -lmsimg32 -lgdi32 -limm32 -lole32 -loleaut32 -lwinmm ```cpp ege::initgraph(640, 480, 0); ege::settextjustify(ege::CENTER_TEXT,...