Added reference project
This commit is contained in:
7
ref/Entities/IMentionable.cs
Normal file
7
ref/Entities/IMentionable.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Discord
|
||||
{
|
||||
public interface IMentionable
|
||||
{
|
||||
string Mention { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user