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
- Host: GitHub
- URL: https://github.com/xubiod/xubot
- Owner: xubiod
- License: agpl-3.0
- Created: 2018-03-11T22:32:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T13:28:10.000Z (about 2 months ago)
- Last Synced: 2025-03-07T14:28:08.430Z (about 2 months ago)
- Topics: bot, csharp, discord-bot, discord-net, discordbot, jurassic, nlua, redditsharp, tweetinvi, xubot
- Language: C#
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Joke Badges
Click to expand
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)[](https://forthebadge.com)
[](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)