Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はそれを作ろうとしていたので、誰かが !changeme と入力すると 1 に入り、2 に変わります
if (msg.Body.Equals("!changeme")) { msg.Chat.SendMessage("1"); msg.Body = "2";
1対2で変わらないようです