An open API service indexing awesome lists of open source software.

https://github.com/xubiod/xubot

a discord bot that is very badly made
https://github.com/xubiod/xubot

bot csharp discord-bot discord-net discordbot jurassic nlua redditsharp tweetinvi xubot

Last synced: 27 days ago
JSON representation

a discord bot that is very badly made

Awesome Lists containing this project

README

        


CodeFactor Build status Libraries.io dependency status for GitHub repo Custom badge

License GitHub top language GitHub code size in bytes Lines of code GitHub repo size GitHub release (latest by date) GitHub commit activity



#### Joke Badges

Click to expand

[![forthebadge](https://forthebadge.com/images/badges/made-with-c-sharp.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-crayons.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-by-codebabes.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/powered-by-electricity.svg)](https://forthebadge.com)

[![forthebadge](https://forthebadge.com/images/badges/contains-tasty-spaghetti-code.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/it-works-why.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/not-a-bug-a-feature.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/powered-by-black-magic.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/works-on-my-machine.svg)](https://forthebadge.com)

[![forthebadge](https://forthebadge.com/images/badges/uses-badges.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/reading-6th-grade-level.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/no-ragrets.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/gluten-free.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/does-not-contain-treenuts.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)](https://forthebadge.com)

[![forthebadge](https://forthebadge.com/images/badges/fuck-it-ship-it.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/you-didnt-ask-for-this.svg)](https://forthebadge.com)

## Building (.NET)
*Use xubot-core to build with .NET. You need .NET 7.0 on the target machine.*

In the project directory, run this to compile to DLLs for various platforms:
```
dotnet publish
```

You run it by running this with `xubot.dll`:
```
dotnet xubot.dll
```

If the publish provides it, you can also run the bot with the executable named `xubot` (i.e `xubot.exe`, `./xubot`). For Linux, make sure the execute rights are set on the file.

The binary depends on certain files within its directory. These can be found in the [config example](./config-example/Core/) folder.

For a full runtime ID list, use [Microsoft's catalog.](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog)

**Confirmed working on:** Windows 10 x64, macOS 13.4 (Apple Silicon), Ubuntu LTS, Debian (published as `linux-x64`)

## License
The source code provided here on GitHub is licensed under **AGPLv3**. You can look at the license [here.](LICENSE)