Update Docker builds to publish to ghcr.io & update README (#1067)

This commit is contained in:
Max Isom 2024-08-17 20:22:57 -07:00 committed by GitHub
parent 62c954943d
commit e494287d1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 218 additions and 125 deletions

View file

@ -40,5 +40,5 @@ export default async (guild: Guild): Promise<void> => {
}
const owner = await guild.fetchOwner();
await owner.send('👋 Hi! Someone (probably you) just invited me to a server you own. By default, I\'m usable by all guild member in all guild channels. To change this, check out the wiki page on permissions: https://github.com/codetheweb/muse/wiki/Configuring-Bot-Permissions.');
await owner.send('👋 Hi! Someone (probably you) just invited me to a server you own. By default, I\'m usable by all guild member in all guild channels. To change this, check out the wiki page on permissions: https://github.com/museofficial/muse/wiki/Configuring-Bot-Permissions.');
};