aboutsummaryrefslogtreecommitdiff
path: root/src/events/guild-create.ts
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-19 00:30:06 -0400
committerGitHub <[email protected]>2024-08-19 00:30:06 -0400
commitb605bf220859acd767533e0ab9436ced771bb8e2 (patch)
tree34d49df5727a98c94f5bab615616b3d117bb5a7f /src/events/guild-create.ts
parentacc66977ab8c0583a22d665db7e74f7b3bf3fcad (diff)
parent1e17b94321744ffbe4a6176a900286a834c952d1 (diff)
downloadmuse-b605bf220859acd767533e0ab9436ced771bb8e2.tar.xz
muse-b605bf220859acd767533e0ab9436ced771bb8e2.zip
Merge branch 'museofficial:master' into master
Diffstat (limited to 'src/events/guild-create.ts')
-rw-r--r--src/events/guild-create.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/guild-create.ts b/src/events/guild-create.ts
index 1d60910..c903009 100644
--- a/src/events/guild-create.ts
+++ b/src/events/guild-create.ts
@@ -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.');
};