mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 09:09:00 +03:00
Change organization name references from TeamOctolings to LabsDevelopment (#93)
we are moving! (6 commits because I was too lazy to open the IDE) --------- Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
0bf61ecf39
commit
5937fae552
5 changed files with 12 additions and 13 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
@ -1,2 +1,2 @@
|
|||
* @TeamOctolings/boyfriend
|
||||
/docs/ @TeamOctolings/boyfriend-docs
|
||||
* @LabsDevelopment/boyfriend
|
||||
/docs/ @LabsDevelopment/boyfriend-docs
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
<Title>Boyfriend</Title>
|
||||
<Authors>Octol1ttle, mctaylors, neroduckale</Authors>
|
||||
<Copyright>AGPLv3</Copyright>
|
||||
<PackageProjectUrl>https://github.com/TeamOctolings/Boyfriend</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://github.com/TeamOctolings/Boyfriend/blob/master/LICENSE</PackageLicenseUrl>
|
||||
<RepositoryUrl>https://github.com/TeamOctolings/Boyfriend</RepositoryUrl>
|
||||
<PackageProjectUrl>https://github.com/LabsDevelopment/Boyfriend</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://github.com/LabsDevelopment/Boyfriend/blob/master/LICENSE</PackageLicenseUrl>
|
||||
<RepositoryUrl>https://github.com/LabsDevelopment/Boyfriend</RepositoryUrl>
|
||||
<RepositoryType>github</RepositoryType>
|
||||
<Company>TeamOctolings</Company>
|
||||
<NeutralLanguage>en</NeutralLanguage>
|
||||
|
|
|
@ -29,7 +29,7 @@ While pull requests from unaffiliated contributors are welcome, please note that
|
|||
internal issues that haven't been published to the issue tracker yet. Reviewing PRs is done on a best-effort basis, so
|
||||
please be aware that it may take a while before a core maintainer gets around to review your change.
|
||||
|
||||
The [issue tracker](https://github.com/TeamOctolings/Boyfriend/issues) should provide plenty of issues to start with.
|
||||
The [issue tracker](https://github.com/LabsDevelopment/Boyfriend/issues) should provide plenty of issues to start with.
|
||||
Make sure to check that an issue you're planning to resolve does not already have people working on it and that there
|
||||
are no PRs associated with it
|
||||
|
||||
|
|
|
@ -2,12 +2,11 @@
|
|||
<img src="https://cdn.upload.systems/uploads/v40uV9K1.png" alt="Boyfriend logo" width="75%"/>
|
||||
</p>
|
||||
|
||||
![GitHub License](https://img.shields.io/github/license/TeamOctolings/Boyfriend)
|
||||
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/TeamOctolings/Boyfriend/.github/workflows/build-push.yml?branch=master)
|
||||
![GitHub last commit](https://img.shields.io/github/last-commit/TeamOctolings/Boyfriend)
|
||||
![License](https://img.shields.io/github/license/LabsDevelopment/Boyfriend)
|
||||
![Workflow Status](https://img.shields.io/github/actions/workflow/status/LabsDevelopment/Boyfriend/.github/workflows/build-push.yml?branch=master&logo=ReSharper)
|
||||
![Last Commit](https://img.shields.io/github/last-commit/LabsDevelopment/Boyfriend)
|
||||
|
||||
Beep! I'm a general-purpose bot for moderation written by [@Octol1ttle](https://github.com/Octol1ttle) in C# and
|
||||
Remora.Discord
|
||||
Beep! I'm a general-purpose bot for moderation written by [@Octol1ttle](https://github.com/Octol1ttle) in C# and Remora.Discord
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -20,7 +19,7 @@ Remora.Discord
|
|||
|
||||
## Installing and running Boyfriend
|
||||
|
||||
You can read our [wiki](https://github.com/TeamOctolings/Boyfriend/wiki) in order to assemble your Boyfriend™ and
|
||||
You can read our [wiki](https://github.com/LabsDevelopment/Boyfriend/wiki) in order to assemble your Boyfriend™ and
|
||||
moderate the server.
|
||||
|
||||
## Contributing
|
||||
|
|
|
@ -79,7 +79,7 @@ public class AboutCommandGroup : CommandGroup
|
|||
|
||||
builder.AppendLine()
|
||||
.AppendLine(Markdown.Bold(Messages.AboutTitleWiki))
|
||||
.AppendLine("https://github.com/TeamOctolings/Boyfriend/wiki");
|
||||
.AppendLine("https://github.com/LabsDevelopment/Boyfriend/wiki");
|
||||
|
||||
var embed = new EmbedBuilder().WithSmallTitle(Messages.AboutBot, currentUser)
|
||||
.WithDescription(builder.ToString())
|
||||
|
|
Loading…
Reference in a new issue