Skip to content

Commit

Permalink
Merge branch 'main' of github.com:patrickklaeren/Accord
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickklaeren committed Nov 15, 2023
2 parents e6b78b0 + a3c8fbc commit 3b71e70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

## Reach accord, prevent discord, on Discord.

A C# .NET 7 Discord bot with moderation, XP/guild participation and utilities aimed at all users within a guild. This is not a hosted bot, it is intended to be self hosted.
A C# .NET 8 Discord bot with moderation, XP/guild participation and utilities aimed at all users within a guild. This is not a hosted bot, it is intended to be self hosted.

### How do I contribute

Accord is actively developed with both Rider and Visual Studio 2022. It is recommended you use either IDE for a positive experience. However, Accord is built entirely on .NET 7 and therefore works anywhere `dotnet build` can be executed.
Accord is actively developed with both Rider and Visual Studio 2022. It is recommended you use either IDE for a positive experience. However, Accord is built entirely on .NET 8 and therefore works anywhere `dotnet build` can be executed.

You can grab an unassigned issue and comment on it to indicate your interest on championing it. Alternatively, if you have a suggestion for a new feature and want to champion this, create a new issue and it can be discussed in the repository.

Expand All @@ -19,7 +19,7 @@ Keep things short, simple and maintainable. No pointless abstractions or complic

**What you'll need**

- Latest .NET 7 SDK
- Latest .NET 8 SDK
- Postgres (Docker image available)
- Discord Bot account

Expand Down

0 comments on commit 3b71e70

Please sign in to comment.