Skip to content

Commit

Permalink
style: change any /setup to /network in strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Aug 20, 2023
1 parent aad351c commit 81ea012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scripts/message/checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export = {
message.content.includes('discord.com/invite') ||
message.content.includes('dsc.gg')
) {
message.reply('Do not advertise or promote servers in the network. Set an invite in `/setup edit` instead!');
message.reply('Do not advertise or promote servers in the network. Set an invite in `/network manage` instead!');
return false;
}

Expand Down

0 comments on commit 81ea012

Please sign in to comment.