https://github.com/hona/uqdiscordbot
Discord bot for UQ First Years 2021
https://github.com/hona/uqdiscordbot
Last synced: 3 months ago
JSON representation
Discord bot for UQ First Years 2021
- Host: GitHub
- URL: https://github.com/hona/uqdiscordbot
- Owner: Hona
- Created: 2021-01-25T01:52:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T01:46:27.000Z (about 3 years ago)
- Last Synced: 2025-01-21T09:48:45.595Z (4 months ago)
- Language: C#
- Size: 86.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UQ Discord Bot
Discord bot for UQ First Years 2021## Code Architecture
### Overview
Built using C#, DSharpPlus, Docker + Docker Compose
#### UqDiscordBot.Discord
Here is the main part, with a heavy emphasis on discord integration, code that relies on discord is here, anything that doesn't rely on discord, should not be here.
#### UqDiscordBot.Core
Any core models should be here, services that only rely on core models, and repository interfaces
#### UqDiscordBot.Infrastructure
Repository implementations, here is where the actual DB is chosen, ie Marten, MySQL, MongoDB, etc...