Skip to content

This is aimed for persons who regularly host PvM sessions. It is sometimes hard to keep track on a daily basis with lists. Mistakes are bound to happen (personal experience). This bot will keep track of these PvMing events and roles and will notify the attendees.

Notifications You must be signed in to change notification settings

TimRamandt/PvMScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PvM Scheduler

This is aimed for persons who regularly host PvM sessions. It is sometimes hard to keep track on a daily basis with lists. Mistakes are bound to happen (personal experience). This bot will keep track of these PvMing events and roles and will notify the attendees.

This software is free to re-use. You get the source code, but you have to host/set up your own discord bot.

Discord

Documentation on how to set-up your (private) Discord bot can be found here. This turtorial might also help.

Running the bot

This program is writen in C# with .NET Core. To run .NET Core, you will need .NET Core SDK, which can be found here

Creating/altering the database

The bot uses Entity Framework Core to interact with the database. All logic of the data can be found in the data project.

The database is created and model alterations are based on migrations. A detailed explaination about migrations for .NET Core can be found here (different than classic .NET)

About

This is aimed for persons who regularly host PvM sessions. It is sometimes hard to keep track on a daily basis with lists. Mistakes are bound to happen (personal experience). This bot will keep track of these PvMing events and roles and will notify the attendees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages