fix: button saying Misskey instead of Sharkey

This commit is contained in:
Marie 2024-05-31 21:18:35 +00:00
parent e818c56faa
commit 81ed739380

View file

@ -215,7 +215,7 @@ function gravity() {
function iLoveMisskey() { function iLoveMisskey() {
os.post({ os.post({
initialText: 'I $[jelly ❤] #Misskey', initialText: 'I $[jelly ❤] #Sharkey',
instant: true, instant: true,
}); });
} }