mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 08:23:35 +03:00
One last touch...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
22fdb53029
commit
6f5a969704
6 changed files with 20 additions and 27 deletions
2
.github/CODEOWNERS
vendored
Normal file
2
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
* @TeamOctolings/boyfriend-admins
|
||||
Messages.tt-ru.resx @mctaylors
|
17
.github/README.md
vendored
Normal file
17
.github/README.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Building
|
||||
To build Boyfriend, you need to clone this repo and compile it with [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0).
|
||||
```
|
||||
git clone https://github.com/TeamOctolings/Boyfriend
|
||||
cd Boyfriend
|
||||
dotnet build
|
||||
```
|
||||
|
||||
## Initial setup
|
||||
Create `token.txt` in `Boyfriend/bin/Debug/net7.0/` and enter your bot token. Then, run `Boyfriend.exe`.
|
|
@ -11,7 +11,7 @@
|
|||
<Copyright>AGPLv3</Copyright>
|
||||
<PackageProjectUrl>https://github.com/TeamOctolings/Boyfriend</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://github.com/TeamOctolings/Boyfriend/blob/master/LICENSE</PackageLicenseUrl>
|
||||
<RepositoryUrl>https://github.com/Octol1ttle/Boyfriend-CSharp</RepositoryUrl>
|
||||
<RepositoryUrl>https://github.com/TeamOctolings/Boyfriend</RepositoryUrl>
|
||||
<RepositoryType>github</RepositoryType>
|
||||
<Company>TeamOctolings</Company>
|
||||
<NeutralLanguage>en</NeutralLanguage>
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
* @boyfriend-admins
|
||||
Messages.tt-ru.resx @mctaylors
|
17
README.md
17
README.md
|
@ -1,17 +0,0 @@
|
|||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Building
|
||||
To build Boyfriend, you need to clone this repo and compile it with [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0).
|
||||
```
|
||||
git clone https://github.com/TeamOctolings/Boyfriend
|
||||
cd Boyfriend
|
||||
dotnet build
|
||||
```
|
||||
|
||||
## Initial setup
|
||||
Create `token.txt` in `Boyfriend/bin/Debug/net7.0/` and enter your bot token. Then, run `Boyfriend.exe`.
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "7.0.0",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": false
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue