Update to latest development (#23) (#38)

pull/39/head
Skyler 3 years ago committed by GitHub
commit f42285d930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ For more information, see the [about](https://clicks.codes/nucleus/verify/about)
You can run `/privacy` to view and manage all data stored about your server.
You should always know what we know and store about you, so here is the complete list.
You should always know what we know and store about you, so [here is the complete list](https://clicksminuteper.github.io/policies/nucleus).
### Self hosting

@ -23,7 +23,7 @@ export async function callback(_client: NucleusClient, message: Message) {
if (message.channel.permissionsFor(message.guild.members.me!)!.has("ManageMessages")) {
await message.crosspost();
} else {
singleNotify(`I don't have permissions to publish in <#${message.channel.id}>`, message.guild.id, true);
singleNotify(`Nucleus does not have Manage Messages in <#${message.channel.id}>`, message.guild.id, true);
}
}
@ -75,7 +75,7 @@ export async function callback(_client: NucleusClient, message: Message) {
const data = {
meta: {
type: "messageDelete",
displayName: "Message Deleted (Automated, Contained Invite)",
displayName: "Message Deleted",
calculateType: "autoModeratorDeleted",
color: NucleusColors.red,
emoji: "MESSAGE.DELETE",

Loading…
Cancel
Save