Added Bot propety for easy access to the ISelfUser to all medusa *Context types

This commit is contained in:
Kwoth
2023-01-15 04:15:51 +01:00
parent 737bbb8ec1
commit 032b6bfd57
3 changed files with 10 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ public abstract class AnyContext
/// The user who invoked the command
/// </summary>
public abstract IUser User { get; }
/// <summary>
/// Bot user
/// </summary>
public abstract ISelfUser Bot { get; }
/// <summary>
/// Provides access to strings used by this medusa