mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Update[Earthquake]試験運用中であることを示すCWの解除
This commit is contained in:
parent
1a98e5708b
commit
edf3b65886
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ export default class extends Module {
|
||||||
this.returnResponse(res, "ok");
|
this.returnResponse(res, "ok");
|
||||||
if (this.message) {
|
if (this.message) {
|
||||||
this.ai.post({
|
this.ai.post({
|
||||||
cw: "試験運用中!!!!!",
|
|
||||||
visibility: "home",
|
visibility: "home",
|
||||||
text: this.message,
|
text: this.message,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue