there is no reason for command to be a String array. Instead make it a const char** : const char** commands = {"/test", "/say", "/reset", ...
確定! 回上一頁