Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
VEDA00133912 committed Feb 6, 2025
1 parent a83b4db commit fe957b4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion commands/serverinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ exports.default = {
message.reply('コマンド実行中にエラーが発生しました');
}
},
};
};
Binary file removed image/Screenshot 2025-01-20 12.41.10.png
Binary file not shown.
Binary file removed image/Screenshot 2025-01-20 12.41.45.png
Binary file not shown.
Binary file removed image/Screenshot 2025-01-20 12.41.52.png
Binary file not shown.
Binary file removed image/Screenshot 2025-01-20 12.48.25.png
Binary file not shown.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const handler = new revoltHandler.Handler({
client.once('ready', () => {
handler.start();
console.log(`${client.user.username} is online!`);
client.api.patch('/users/@me', { status: { text: `r^helpでヘルプ表示`, presence: 'Idle' } });
client.api.patch('/users/@me', { status: { text: `r^helpでヘルプ表示`, presence: 'Online' } });
console.log('Activity setup complete');
});

client.loginBot(TOKEN);
client.loginBot(TOKEN);
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"cross-fetch": "^4.1.0",
"form-data": "^4.0.1",
"makeitaquote": "^8.1.1",
"mtempy": "^1.0.0",
"revolt-uploader": "^1.1.5",
"revolt.js": "^7.0.5",
"revolthandler.js": "^2.4.31",
"rv-uploaderrrr": "^1.0.0"
"revolthandler.js": "^2.4.31"
}
}
}

0 comments on commit fe957b4

Please sign in to comment.