UndefinedBot is a cross platform chat bot framework.
In developing commands: https://github.com/Chrise2024/UndefinedBot.Command
- .NET 8.0 or later
- Clone the repository:
git clone https://github.com/Chrise2024/UndefinedBot.Core.git
- Navigate to the project directory:
cd UndefinedBot.Core/UndefinedBot.Net - Restore the dependencies:
dotnet restore
- Build the project:
dotnet build
- Run the project:
dotnet run