Browse Source

Add `IsPrivate` to `ICommandContext`

pull/450/head
Joe4evr 8 years ago
parent
commit
c2bd7b4c0b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Core/Commands/ICommandContext.cs

+ 1
- 0
src/Discord.Net.Core/Commands/ICommandContext.cs View File

@@ -7,5 +7,6 @@
IMessageChannel Channel { get; }
IUser User { get; }
IUserMessage Message { get; }
bool IsPrivate { get; }
}
}

Loading…
Cancel
Save