forked from TeamInklings/Octobot
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
|
* @LabsDevelopment/boyfriend
|
||||||
/docs/ @TeamOctolings/boyfriend-docs
|
/docs/ @LabsDevelopment/boyfriend-docs
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
<Title>Boyfriend</Title>
|
<Title>Boyfriend</Title>
|
||||||
<Authors>Octol1ttle, mctaylors, neroduckale</Authors>
|
<Authors>Octol1ttle, mctaylors, neroduckale</Authors>
|
||||||
<Copyright>AGPLv3</Copyright>
|
<Copyright>AGPLv3</Copyright>
|
||||||
<PackageProjectUrl>https://github.com/TeamOctolings/Boyfriend</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/LabsDevelopment/Boyfriend</PackageProjectUrl>
|
||||||
<PackageLicenseUrl>https://github.com/TeamOctolings/Boyfriend/blob/master/LICENSE</PackageLicenseUrl>
|
<PackageLicenseUrl>https://github.com/LabsDevelopment/Boyfriend/blob/master/LICENSE</PackageLicenseUrl>
|
||||||
<RepositoryUrl>https://github.com/TeamOctolings/Boyfriend</RepositoryUrl>
|
<RepositoryUrl>https://github.com/LabsDevelopment/Boyfriend</RepositoryUrl>
|
||||||
<RepositoryType>github</RepositoryType>
|
<RepositoryType>github</RepositoryType>
|
||||||
<Company>TeamOctolings</Company>
|
<Company>TeamOctolings</Company>
|
||||||
<NeutralLanguage>en</NeutralLanguage>
|
<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
|
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.
|
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
|
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
|
are no PRs associated with it
|
||||||
|
|
||||||
|
|
|
@ -2,12 +2,11 @@
|
||||||
<img src="https://cdn.upload.systems/uploads/v40uV9K1.png" alt="Boyfriend logo" width="75%"/>
|
<img src="https://cdn.upload.systems/uploads/v40uV9K1.png" alt="Boyfriend logo" width="75%"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
![GitHub License](https://img.shields.io/github/license/TeamOctolings/Boyfriend)
|
![License](https://img.shields.io/github/license/LabsDevelopment/Boyfriend)
|
||||||
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/TeamOctolings/Boyfriend/.github/workflows/build-push.yml?branch=master)
|
![Workflow Status](https://img.shields.io/github/actions/workflow/status/LabsDevelopment/Boyfriend/.github/workflows/build-push.yml?branch=master&logo=ReSharper)
|
||||||
![GitHub last commit](https://img.shields.io/github/last-commit/TeamOctolings/Boyfriend)
|
![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
|
Beep! I'm a general-purpose bot for moderation written by [@Octol1ttle](https://github.com/Octol1ttle) in C# and Remora.Discord
|
||||||
Remora.Discord
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -20,7 +19,7 @@ Remora.Discord
|
||||||
|
|
||||||
## Installing and running Boyfriend
|
## 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.
|
moderate the server.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
|
@ -79,7 +79,7 @@ public class AboutCommandGroup : CommandGroup
|
||||||
|
|
||||||
builder.AppendLine()
|
builder.AppendLine()
|
||||||
.AppendLine(Markdown.Bold(Messages.AboutTitleWiki))
|
.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)
|
var embed = new EmbedBuilder().WithSmallTitle(Messages.AboutBot, currentUser)
|
||||||
.WithDescription(builder.ToString())
|
.WithDescription(builder.ToString())
|
||||||
|
|
Reference in a new issue