Skip to content

Commit

Permalink
Merge pull request #53 from botwiki/glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Nov 18, 2022
2 parents 71eb764 + 349a660 commit 5fce59a
Show file tree
Hide file tree
Showing 5 changed files with 8,816 additions and 5,702 deletions.
2 changes: 1 addition & 1 deletion bot/bot-copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ else{
'url': process.env.BOT_AVATAR_URL,
'type': 'Image'
}],
'type': 'Person',
'type': 'Service',
'name': process.env.BOT_USERNAME,
'preferredUsername': process.env.BOT_USERNAME,
'inbox': `${bot_url}/inbox`,
Expand Down
2 changes: 1 addition & 1 deletion bot/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ else{
'url': process.env.BOT_AVATAR_URL,
'type': 'Image'
}],
'type': 'Person',
'type': 'Service',
'name': process.env.BOT_USERNAME,
'preferredUsername': process.env.BOT_USERNAME,
'inbox': `${ botUrl }/inbox`,
Expand Down
Loading

0 comments on commit 5fce59a

Please sign in to comment.