update github urls
This commit is contained in:
parent
600e0a1d16
commit
3a1e701503
7 changed files with 12 additions and 12 deletions
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: ghcr.io/janderedev/automod-api
|
||||
images: ghcr.io/sussycatgirl/automod-api
|
||||
# generate Docker tags based on branch and short commit SHA
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: ghcr.io/janderedev/automod-web
|
||||
images: ghcr.io/sussycatgirl/automod-web
|
||||
# generate Docker tags based on branch and short commit SHA
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: ghcr.io/janderedev/automod-bridge
|
||||
images: ghcr.io/sussycatgirl/automod-bridge
|
||||
# generate Docker tags based on branch and short commit SHA
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
|
@ -144,7 +144,7 @@ jobs:
|
|||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: ghcr.io/janderedev/automod-bot
|
||||
images: ghcr.io/sussycatgirl/automod-bot
|
||||
# generate Docker tags based on branch and short commit SHA
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
|
|
|
@ -319,7 +319,7 @@ export default {
|
|||
`- **${DEFAULT_PREFIX}botctl filter message [message]** - Set the message sent when a message is matched.\n` +
|
||||
`- **${DEFAULT_PREFIX}botctl filter action [log|delete|warn]** - Configure the action taken on filtered messages.\n` +
|
||||
`- **${DEFAULT_PREFIX}botctl filter test [phrase]** - Test whether a phrase matches your word list.\n` +
|
||||
`More documentation can be found [here](https://github.com/janderedev/automod/wiki/Word-Filter).`,
|
||||
`More documentation can be found [here](https://github.com/sussycatgirl/automod/wiki/Word-Filter).`,
|
||||
'Word filter',
|
||||
),
|
||||
embed(
|
||||
|
|
|
@ -254,7 +254,7 @@ export default {
|
|||
return await message.reply({
|
||||
embeds: [
|
||||
embed(
|
||||
"This channel is bridged to Discord. Please refer to the [Privacy Policy](<https://github.com/janderedev/automod/wiki/Privacy-Policy>) for more info.",
|
||||
"This channel is bridged to Discord. Please refer to the [Privacy Policy](<https://github.com/sussycatgirl/automod/wiki/Privacy-Policy>) for more info.",
|
||||
"Bridge Status",
|
||||
EmbedColor.Success
|
||||
),
|
||||
|
|
|
@ -12,7 +12,7 @@ import CommandCategory from "../../../struct/commands/CommandCategory";
|
|||
|
||||
Day.extend(RelativeTime);
|
||||
|
||||
const GLOBAL_BLACKLIST_TEXT = (reason?: string) => `> :warning: This user has been flagged and is globally blacklisted. [Learn more.](https://github.com/janderedev/automod/wiki/Global-Blacklist)`
|
||||
const GLOBAL_BLACKLIST_TEXT = (reason?: string) => `> :warning: This user has been flagged and is globally blacklisted. [Learn more.](https://github.com/sussycatgirl/automod/wiki/Global-Blacklist)`
|
||||
+ `${reason ? `\nReason: "${reason}"` : ''}\n\n`;
|
||||
|
||||
export default {
|
||||
|
|
|
@ -10,7 +10,7 @@ import { client as revoltClient } from "../revolt/client";
|
|||
import { CONFIG_KEYS } from "automod/dist/misc/bridge_config_keys";
|
||||
|
||||
const PRIVACY_POLICY_URL =
|
||||
"https://github.com/janderedev/automod/wiki/Privacy-Policy";
|
||||
"https://github.com/sussycatgirl/automod/wiki/Privacy-Policy";
|
||||
|
||||
const COMMANDS: any[] = [
|
||||
{
|
||||
|
@ -312,7 +312,7 @@ client.on("interactionCreate", async (interaction) => {
|
|||
`If you have any questions regarding this bot or the Revolt counterpart, feel free to join ` +
|
||||
`[this](https://discord.gg/4pZgvqgYJ8) Discord server or [this](https://rvlt.gg/jan) Revolt server.\n` +
|
||||
`If you want to report a bug, suggest a feature or browse the source code, ` +
|
||||
`feel free to do so [on GitHub](https://github.com/janderedev/automod).\n` +
|
||||
`feel free to do so [on GitHub](https://github.com/sussycatgirl/automod).\n` +
|
||||
`For other inquiries, please contact \`contact@automod.me\`.\n\n` +
|
||||
`Before using this bot, please read the [Privacy Policy](${PRIVACY_POLICY_URL})!`
|
||||
);
|
||||
|
|
|
@ -393,7 +393,7 @@ client.on("guildCreate", async (server) => {
|
|||
"Thanks for adding AutoMod to this server! Please note that despite its name, this bot only provides " +
|
||||
"bridge integration with the AutoMod bot on Revolt (<https://revolt.chat>) and does not offer any moderation " +
|
||||
"features on Discord. To get started, run the `/bridge help` command!\n\n" +
|
||||
"Before using AutoMod, please make sure you have read the privacy policy: <https://github.com/janderedev/automod/wiki/Privacy-Policy>\n\n" +
|
||||
"Before using AutoMod, please make sure you have read the privacy policy: <https://github.com/sussycatgirl/automod/wiki/Privacy-Policy>\n\n" +
|
||||
"A note to this server's administrators: When using the bridge, please make sure to also provide your members " +
|
||||
"with a link to AutoMod's privacy policy in an accessible place like your rules channel.";
|
||||
|
||||
|
@ -426,7 +426,7 @@ async function renderMessageBody(message: string): Promise<string> {
|
|||
const res = await axios.get(message, {
|
||||
headers: {
|
||||
"User-Agent":
|
||||
"AutoMod/1.0; https://github.com/janderedev/automod",
|
||||
"AutoMod/1.0; https://github.com/sussycatgirl/automod",
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ const Home: FunctionComponent = () => {
|
|||
<br />
|
||||
You can also view usage stats and metrics for the bot <a href="https://grafana.janderedev.xyz/d/lC_-g_-nz/automod" target='_blank'>
|
||||
here
|
||||
</a>, or check out <a href="https://github.com/janderedev/automod" target='_blank'>
|
||||
</a>, or check out <a href="https://github.com/sussycatgirl/automod" target='_blank'>
|
||||
its GitHub repository.
|
||||
</a>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue