Add /ping command

This commit is contained in:
Cadence Ember
2026-01-30 19:22:32 +13:00
parent e3e38b9f24
commit 44208b6fd5
4 changed files with 227 additions and 1 deletions

View File

@@ -227,8 +227,8 @@ async function editToChanges(message, guild, api) {
*/
function makeReplacementEventContent(oldID, newFallbackContent, newInnerContent) {
const content = {
...newFallbackContent,
"m.mentions": {},
...newFallbackContent,
"m.new_content": {
...newInnerContent
},